################################################## #_BIRCH # cshrc.source is a file that contains setup commands #_BIRCH # for BIRCH users. The source command #_BIRCH # causes it to be read and executed each time a new #_BIRCH # c-shell is initiated. #_BIRCH ################################################## #_BIRCH if (-e /home/psgendb/admin/cshrc.source) then #_BIRCH source /home/psgendb/admin/cshrc.source #_BIRCH endif #_BIRCH