#! /bin/csh # MKBIN.CSH -- Create the bin directory for the current setup # # set echo unalias ls # init general ag variables source ./assist_init # create bin directory, if necessary if(! -e ${ASSISTBIN} ) then echo "creating bin directory ${ASSISTBIN} ..." mkdir ${ASSISTBIN} endif