3 TRG=hackdaworld.org:latex/posic
5 if [ "$1" = "push" ]; then
7 $RSYNC -e "ssh" ./img/ $TRG/img/
8 $RSYNC -e "ssh" ./figs/ $TRG/figs/
9 $RSYNC -e "ssh" ./plot/ $TRG/plot/
13 if [ "$1" = "pull" ]; then
15 $RSYNC -e "ssh" $SRC/img/ ./img/
16 $RSYNC -e "ssh" $SRC/figs/ ./figs/
17 $RSYNC -e "ssh" $SRC/plot/ ./plot/