3 echo Will send output to /dune/app/users/bckhouse/dune_dox/cron.log
4 exec > /dune/app/users/bckhouse/dune_dox/cron.log 2>&1
12 export HOME=/tmp # otherwise failure to access ~/.gitconfig is fatal
14 cd /dune/app/users/bckhouse/dune_dox/ || exit 1
17 time ./get_srcs.sh || exit 2
20 #time ./run_doxygen.sh || exit 3
23 time ./copy_to_dunescience.sh || exit 4