From 1bd90d27c3970758c9a44a45c383a18bc630ec45 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 20 Jul 2006 09:57:02 +0200 Subject: [PATCH] Transfer this directory to somewhere else --- .rsync | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .rsync diff --git a/.rsync b/.rsync new file mode 100755 index 0000000..d7053a2 --- /dev/null +++ b/.rsync @@ -0,0 +1,3 @@ +[ $# -ge 1 ] || exit 23 + +rsync -av --exclude .git ./ "$@"