ed8f85ed84a8bb044a533627f5a090a4ac08276c
[matches/honours.git] / update.sh
1 #!/bin/bash
2
3 # Script to update all the honours stuff on a regular basis
4
5 git add update.sh
6 git add papers
7 git add research
8 git add thesis/proposal/*.tex
9 git add thesis/proposal/*.pdf
10 git add thesis/proposal/*.bib
11 git add thesis/*.tex
12 git add thesis/*.pdf
13 git add thesis/*.bib
14 git add course/semester2
15
16 git commit -m "Automatic commit at $(date)"
17 if [ "$?" == 0 ]; then
18         git push git.ucc
19 fi

UCC git Repository :: git.ucc.asn.au