001 #!/bin/sh
002 export PATH=/usr/bin:/bin
003 #
004 source ~cdfsoft/cdf2.shrc
005 setup cdfsoft2
006 #
007 printenv > myLog.log
008
009 hostname >> myLog.log
010
011 #the next line makes this shell sleep for 300seconds
012 #we put this in her so that you can go to http://cdfcaf.fnal.gov
013 #and watch your job as it executes.
014 sleep 5
015 #
016 # no we fcp stuff out to icaf
017 . /local/ups/etc/setups.sh
018 setup fcp
019 fcp -c /usr/krb5/bin/rcp -N myLog.log ${USER}@${CAFOUT_NODE}:${CAFOUT_SCRATCHPATH}/myLog-test-${SAM_STATION}.log
020 #
021 X=$?
022 /bin/rm -rf caf.sh CVS README checkF* run* simple.* shlib test.exe
023 exit $X
024
Send problems or questions to cdfcode@fnal.gov