X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=update.sh;h=d2dee19c6e3423e6beb55734860115f48b1a95d2;hb=58c11b96766b6c5d06ea118c9612f275b4bb0dd7;hp=b8089bd8d3be5576adc47b59fc4ab6daddadf69f;hpb=a3e6daa38f8c99c01177d261965a7611a33f6803;p=matches%2Fhonours.git diff --git a/update.sh b/update.sh index b8089bd8..d2dee19c 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 another test; go cron, go!" +fortune="/usr/games/fortune" +message=$(echo "Automatic commit $(date)"; echo ""; $fortune; echo "") +$git commit -m "$message" if [ "$?" == 0 ]; then echo "Commit at $(date)" >> commits.log $git push git.ucc 2>&1 >> commits.log