X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=update.sh;h=ee12bdfc98e4b492dee9dd74f7f6bf60a5f7974a;hb=7d2570c6aac0c6a9f358af503ebc5485acad40a3;hp=9992d6965f13e4a98e90d7ff6e2cdd87e7f714e3;hpb=d098d55927772cc45431fc01cc05f1c3d05b5ae0;p=matches%2Fhonours.git diff --git a/update.sh b/update.sh index 9992d696..ee12bdfc 100755 --- a/update.sh +++ b/update.sh @@ -22,8 +22,10 @@ $git add thesis/*.pdf $git add thesis/*.bib $git add course/semester2 -#Dammit why fortune not work! -$git commit -m "Automatic commit. $(fortune -s)" +#I've cracked it (derp)! +fortune="/usr/games/fortune" +message=$(echo "Automatic commit $(date)"; $fortune; echo "") +$git commit -m "$message" if [ "$?" == 0 ]; then echo "Commit at $(date)" >> commits.log $git push git.ucc 2>&1 >> commits.log