From 27916087d7e47b24bdbd4e1e7b2168a0896875ed Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Wed, 25 Jul 2012 17:37:01 +0800 Subject: [PATCH] Automatic commit Wed Jul 25 17:37:01 WST 2012 --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 9992d696..1646d81b 100755 --- a/update.sh +++ b/update.sh @@ -23,7 +23,8 @@ $git add thesis/*.bib $git add course/semester2 #Dammit why fortune not work! -$git commit -m "Automatic commit. $(fortune -s)" +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 -- 2.20.1