X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=update.sh;h=1646d81b8b52d0e6e34b833578827f79c8d4544d;hb=27916087d7e47b24bdbd4e1e7b2168a0896875ed;hp=ef923114dc5f58c1421d2cc2951cd1672c96854c;hpb=bebb41bd11e47d9526ef622e5b0be5c60476bb5c;p=matches%2Fhonours.git diff --git a/update.sh b/update.sh index ef923114..1646d81b 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 /home/sam/.ssh/id_rsa 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)" +#Dammit why fortune not work! +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