Last change
on this file since 2092 was 2092, checked in by Mathieu Morlighem, 16 years ago |
email cron report to everyone
|
File size:
326 bytes
|
Rev | Line | |
---|
[1612] | 1 | #use /bin/bash to run commands, overriding the default set by cron
|
---|
| 2 | SHELL=/bin/bash
|
---|
| 3 |
|
---|
| 4 | #mail output to Eric
|
---|
[2092] | 5 | MAILTO=eric.larour@jpl.nasa.gov,mathieu.morlighem@jpl.nasa.gov,helene.seroussi@jpl.nasa.gov
|
---|
[1612] | 6 |
|
---|
| 7 | #cronjob: issm sunday-friday 9:00pm
|
---|
| 8 | 0 21 * * 0-5 cd /cygdrive/c/home/issm/trunk/cron && ./nightlyrun.sh configs/winxp32_larour
|
---|
Note:
See
TracBrowser
for help on using the repository browser.