1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-06-01 10:34:40 +02:00
joe-syntax/misc/gen-jsf-bundle.sh
2011-09-18 16:30:00 +02:00

13 lines
167 B
Bash
Executable File

#!/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