ccollect/release.sh
2005-12-08 14:18:07 +01:00

6 lines
114 B
Bash

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