Add the release script.

This commit is contained in:
Nico Schottelius 2005-12-08 14:18:07 +01:00
parent f7446e8516
commit 9d4b03b38a
1 changed files with 6 additions and 0 deletions

6
release.sh Normal file
View File

@ -0,0 +1,6 @@
NAME=$1
tar cvfj ${NAME}.tar.bz2 \
--exclude=.git \
--exclude="conf/sources/*/destination/*" \
"$NAME"