|
|
[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] |
||||
|   | ||||||
|
||||||
001 #!/bin/tcsh -f 002 setenv PATH /usr/bin:/bin 003 # 004 source ~cdfsoft/cdf2.cshrc 005 setup cdfsoft2 006 # 007 printenv > myLog.log 008 # 009 #the next line makes this shell sleep for 300seconds 010 #we put this in her so that you can go to http://cdfcaf.fnal.gov 011 #and watch your job as it executes. 012 sleep 300 013 set X=$status 014 /bin/rm -rf simple.csh shlib test.exe 015 exit $X 016
| [ source navigation ] | [ diff markup ] | [ identifier search ] | [ freetext search ] | [ file search ] |
| This page was automatically generated by the LXR engine. The LXR team |
|