#! /bin/csh -f

#
# Replace this comment with a detailed description of your script
#
#
source scripts/aliases

#
# Your script comes here.   to abort installation, goto abort
#

ok:
	exit 0

abort:
	exit 1
