From 13d9d4b3f7c147a3a5f1ae218b866098e1111752 Mon Sep 17 00:00:00 2001 From: hackbard Date: Mon, 3 Mar 2008 11:09:23 +0100 Subject: [PATCH] sync plot dir instead of figs dir --- posic/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posic/sync.sh b/posic/sync.sh index c75a64d..82329d0 100755 --- a/posic/sync.sh +++ b/posic/sync.sh @@ -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/ -- 2.20.1