# syncing images RSYNC="rsync -avz -u" if [ "`hostname`" != "sage" ]; then SRC="sage.physik.uni-augsburg.de:projects/latex/cv" fi $RSYNC -e "ssh -p 3389" $SRC/img/ ./img/ if [ "$2" = "r" ]; then $RSYNC -e "ssh -p 3389" ./img/ $SRC/img/ fi echo "done"