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

#mail output to Helene
MAILTO=schlegel@jpl.nasa.gov

#cronjob: issm 9:00pm
02 12 * * * cd /Users/schlegel/issmuci/trunk-jpl/cron/ && ./nightlyrun.sh configs/macosx64_schlegel
