X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=update.sh;fp=update.sh;h=d81628afb342a41ae58803cdf9f3dc597cd520ad;hb=8cfe8806f552164e75ca1057c03c9326c1168757;hp=dd6fac3c7965e96d209684b6a57623d71be0379a;hpb=3803aa3258865061edb447dfb75ddba1543ca3ed;p=matches%2Fhonours.git diff --git a/update.sh b/update.sh index dd6fac3c..d81628af 100755 --- a/update.sh +++ b/update.sh @@ -22,7 +22,7 @@ $git add thesis/*.pdf $git add thesis/*.bib $git add course/semester2 -$git commit -m "Automatic commit at $(date)" +$git commit -m "Automatic commit. $(fortune -s)" if [ "$?" == 0 ]; then echo "Commit at $(date)" >> commits.log $git push git.ucc 2>&1 >> commits.log