Renamed LUA script

This commit is contained in:
ollo 2016-04-17 15:53:16 +02:00
parent eccd23951a
commit 69245dcb5b
2 changed files with 2 additions and 0 deletions

View File

@ -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 ..."