Renamed LUA script
This commit is contained in:
parent
eccd23951a
commit
69245dcb5b
@ -8,6 +8,8 @@ HEAD=timetest_head.template
|
||||
TAIL=timetest_tail.template
|
||||
# remote the tailing "./" and the extension of this script
|
||||
OUTPUT="$(echo "$0" | sed 's;^./;;' | cut -d'.' -f1).lua"
|
||||
#rename OUTPUT from generate to test
|
||||
OUTPUT="$(echo "$OUTPUT" | sed 's;generate;test')"
|
||||
|
||||
echo "Generating $OUTPUT ..."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user