#use /bin/bash to run commands, overriding the default set by cron
SHELL=/bin/bash

#mail output to: 
MAILTO=christopher.p.borstad@jpl.nasa.gov

#cronjob
00 04 * * 1-5 cd /u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/ && ./nightlyrun.sh configs/linux64_cborstad_daily_branches
00 10 * * 6	  cd /u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/ && ./nightlyrun.sh configs/linux64_cborstad_nightly_branches
00 02 * * 6   cd /u/astrid-r1b/cborstad/ExecutionNightlyRun && rm -r test*
00 03 * * 6   cd /u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/trunk-jpl-damage/test/NightlyRun && make clean
00 04 * * 6   cd /u/astrid-r1b/cborstad/issmuci/branches/trunk-jpl-damage/cron/trunk-jpl-damage/test/NightlyRun && rm -r qmu*
