X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=update.sh;h=1646d81b8b52d0e6e34b833578827f79c8d4544d;hb=27916087d7e47b24bdbd4e1e7b2168a0896875ed;hp=9992d6965f13e4a98e90d7ff6e2cdd87e7f714e3;hpb=d098d55927772cc45431fc01cc05f1c3d05b5ae0;p=matches%2Fhonours.git diff --git a/update.sh b/update.sh index 9992d696..1646d81b 100755 --- a/update.sh +++ b/update.sh @@ -23,7 +23,8 @@ $git add thesis/*.bib $git add course/semester2 #Dammit why fortune not work! -$git commit -m "Automatic commit. $(fortune -s)" +message=$(echo "Automatic commit $(date)"; fortune -s; echo "") +$git commit -m "$message" if [ "$?" == 0 ]; then echo "Commit at $(date)" >> commits.log $git push git.ucc 2>&1 >> commits.log