From: Sam Moore Date: Wed, 25 Jul 2012 09:48:01 +0000 (+0800) Subject: Automatic commit Wed Jul 25 17:48:01 WST 2012 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=58c11b96766b6c5d06ea118c9612f275b4bb0dd7;p=matches%2Fhonours.git Automatic commit Wed Jul 25 17:48:01 WST 2012 And do you think (fop that I am) that I could be the Scarlet Pumpernickel? --- diff --git a/update.sh b/update.sh index ee12bdfc..d2dee19c 100755 --- a/update.sh +++ b/update.sh @@ -22,9 +22,8 @@ $git add thesis/*.pdf $git add thesis/*.bib $git add course/semester2 -#I've cracked it (derp)! fortune="/usr/games/fortune" -message=$(echo "Automatic commit $(date)"; $fortune; echo "") +message=$(echo "Automatic commit $(date)"; echo ""; $fortune; echo "") $git commit -m "$message" if [ "$?" == 0 ]; then echo "Commit at $(date)" >> commits.log