X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=update.sh;h=d2dee19c6e3423e6beb55734860115f48b1a95d2;hb=58c11b96766b6c5d06ea118c9612f275b4bb0dd7;hp=ab46ac3b76b572ea2ffe23c95aeb535d43801cbb;hpb=e84e55c0b811e041f3a5c13386da1a67f95e091e;p=matches%2Fhonours.git diff --git a/update.sh b/update.sh index ab46ac3b..d2dee19c 100755 --- a/update.sh +++ b/update.sh @@ -9,7 +9,7 @@ cd "$directory" # Need to do this too. Apparently git="/usr/bin/git" eval $(ssh-agent) 2>/dev/null -ssh-add ~/.ssh/honours 2>/dev/null +ssh-add /home/sam/.ssh/honours 2>/dev/null $git add update.sh $git add papers @@ -22,8 +22,9 @@ $git add thesis/*.pdf $git add thesis/*.bib $git add course/semester2 - -$git commit -m "Automatic commit at $(date)" +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