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

#mail output to Eric
MAILTO=eric.larour@jpl.nasa.gov

#cronjob: issm sunday-friday 9:00pm
0 21 * * 0-5 cd /cygdrive/c/home/issm/trunk/cron  && ./nightlyrun.sh configs/winxp32_larour
