sync plot dir instead of figs dir
authorhackbard <hackbard@hackdaworld.org>
Mon, 3 Mar 2008 10:09:23 +0000 (11:09 +0100)
committerhackbard <hackbard@hackdaworld.org>
Mon, 3 Mar 2008 10:09:23 +0000 (11:09 +0100)
posic/sync.sh

index c75a64d..82329d0 100755 (executable)
@@ -5,7 +5,7 @@ if [ "`hostname`" != "sage" ]; then
 fi
 
 $RSYNC -e "ssh -p 3389" $SRC/img/ ./img/
-$RSYNC -e "ssh -p 3389" $SRC/figs/ ./figs/
+$RSYNC -e "ssh -p 3389" $SRC/plot/ ./plot/
 
 $RSYNC -e "ssh -p 3389" $SRC/talks/*.pdf ./talks/