Changeset 1407
- Timestamp:
- 07/29/09 09:50:23 (16 years ago)
- Location:
- issm/trunk/cron
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/cron/linux_cronfile
r1403 r1407 1 1 #use /bin/bash to run commands, overriding the default set by cron 2 SHELL=/bin/ sh2 SHELL=/bin/bash 3 3 4 4 #mail output to Mathieu -
issm/trunk/cron/mac_cronfile
r1357 r1407 1 02 22 * * * cd /Users/seroussi/issm/trunk/cron/ && ./nightlyrun.sh "{'cielo_serial'}" 1 #use /bin/bash to run commands, overriding the default set by cron 2 SHELL=/bin/bash 3 4 #mail output to Helene 5 MAILTO=helene.seroussi@jpl.nasa.gov 6 7 #cronjob: issm 9:00pm 8 50 9 * * * cd /Users/seroussi/Desktop/backup/svn/issm/trunk/cron/ && ./nightlyrun_mac.sh "{'macayeal','cielo_serial'}"
Note:
See TracChangeset
for help on using the changeset viewer.