mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-21 16:54:23 +01:00
Generator script for bundles
This commit is contained in:
parent
4ec555bf68
commit
254f6fa3d2
12
misc/gen-jsf-bundle.sh
Executable file
12
misc/gen-jsf-bundle.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user