################################################# #_BIRCH # login.source is a file that contains setup commands #_BIRCH # for BIRCH users. The source command #_BIRCH # causes it to be read and executed at login. #_BIRCH ################################################## #_BIRCH if (-e /home/psgendb/admin/login.source) then #_BIRCH source /home/psgendb/admin/login.source #_BIRCH endif #_BIRCH