Generator script for bundles

This commit is contained in:
Christian Nicolai 2011-08-06 23:08:34 +02:00
parent 4ec555bf68
commit 254f6fa3d2
1 changed files with 12 additions and 0 deletions

12
misc/gen-jsf-bundle.sh Executable file
View File

@ -0,0 +1,12 @@
#!/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