shtpl: rename test file

This commit is contained in:
dig 2018-10-09 17:02:44 +02:00
parent 7604d2bd7b
commit dc8c8ad94e
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# With env variables
## On single line
WHO=Doctor nbrBoucle=5 ./boucle.shtpl
WHO=Doctor nbrBoucle=5 ./test.shtpl
## Multiline
WHO=Doctor \
nbrBoucle=5 \
./boucle.shtpl
./test.shtpl
# Save result to file
WHO=Doctor ./boucle.shtpl > final.txt
WHO=Doctor ./test.shtpl > final.txt