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

#mail output to Mathieu
MAILTO=mathieu.morlighem@jpl.nasa.gov

#cronjob: issm sunday-friday 9:00pm
0 21 * * 0-5 cd /u/wilkes-r1b/morlighe/svn/issm/trunk/cron/ && ./nightlyrun.sh configs/linux64_morlighem
