joe-syntax/misc/gen-jsf-bundle.sh

12 lines
164 B
Bash
Raw Normal View History

2011-08-06 23:08:34 +02:00
#!/bin/bash
PREFIX="jsf-bundle"
if [[ $1 == "" ]]; then
echo "Number missing!"
exit 1
else
num=$1
fi
tar cvf "${PREFIX}_$num.tar" --exclude="*.part.jsf" *.jsf