#!/bin/tcsh -f # # This file is made to be sourced from a (t)csh shell. # You can run it directly or source it to get the # prettier fomatting: # # /gluex/etc/setups/csh/USAGE # # # 12/6/2013 David Lawrence cat << EOF Hall-D environment setup facility Usage: setup The setup command is an alias that will attempt to source a setup script specified by in the ${SETUP_SCRIPTS} directory. If no file exists with the specified package name, this usage statement is printed. (This usage statement is also printed if no argument is given.) The list of available package setup scripts is given below. The alias is defined in ${SETUP_SCRIPTS}/../setup_init.csh EOF cd ${SETUP_SCRIPTS} ls cd -