X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=update.sh;h=1646d81b8b52d0e6e34b833578827f79c8d4544d;hb=27916087d7e47b24bdbd4e1e7b2168a0896875ed;hp=b1d70f9365b04cca2ccbbf9d01f05e2fb610b2c3;hpb=30fa7a81adf71d0724b185f47396388cb3a2f032;p=matches%2Fhonours.git diff --git a/update.sh b/update.sh index b1d70f93..1646d81b 100755 --- a/update.sh +++ b/update.sh @@ -22,7 +22,9 @@ $git add thesis/*.pdf $git add thesis/*.bib $git add course/semester2 -$git commit -m "This is a test by the way." +#Dammit why fortune not work! +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