Added a "fetchall" option.
authorWayne Davison <wayned@samba.org>
Sun, 16 Dec 2007 23:02:42 +0000 (15:02 -0800)
committerWayne Davison <wayned@samba.org>
Sun, 16 Dec 2007 23:02:42 +0000 (15:02 -0800)
prepare-source

index ff1e6ba..3cb7096 100755 (executable)
@@ -15,6 +15,8 @@ elif test x"$1" = x"fetch"; then
        files='[cp]*'
     fi
     rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/"$files" .
+elif test x"$1" = x"fetchall"; then
+    rsync -pvz rsync://rsync.samba.org/rsyncftp/generated-files/'*' .
 else
     exit 1
 fi