3 if [ "`hostname`" != "sage" ]; then
4 SRC="sage.physik.uni-augsburg.de:projects/latex/posic"
7 $RSYNC -e "ssh -p 3389" $SRC/img/ ./img/
8 $RSYNC -e "ssh -p 3389" $SRC/figs/ ./figs/
9 $RSYNC -e "ssh -p 3389" $SRC/plot/ ./plot/
11 $RSYNC -e "ssh -p 3389" $SRC/talks/*.pdf ./talks/
13 if [ "$2" = "r" ]; then
15 $RSYNC -e "ssh -p 3389" ./img/ $SRC/img/
16 $RSYNC -e "ssh -p 3389" ./figs/ $SRC/figs/