summaryrefslogtreecommitdiff
path: root/makequackledist
diff options
context:
space:
mode:
Diffstat (limited to 'makequackledist')
-rwxr-xr-xmakequackledist6
1 files changed, 6 insertions, 0 deletions
diff --git a/makequackledist b/makequackledist
new file mode 100755
index 0000000..d3006db
--- /dev/null
+++ b/makequackledist
@@ -0,0 +1,6 @@
+#!/bin/sh
+cp -r quackle quackle-$1
+find quackle-$1/ -name "CVS" -exec rm -r {} \;
+find quackle-$1/ -name ".svn" -exec rm -r {} \;
+tar cf quackle-$1-source.tar quackle-$1/
+gzip quackle-$1-source.tar