From dc8c8ad94e29481b9780f2caa131b47ca09db2e8 Mon Sep 17 00:00:00 2001 From: dig Date: Tue, 9 Oct 2018 17:02:44 +0200 Subject: [PATCH] shtpl: rename test file --- shtpl/test.sh | 6 +++--- shtpl/{boucle.shtpl => test.shtpl} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename shtpl/{boucle.shtpl => test.shtpl} (100%) diff --git a/shtpl/test.sh b/shtpl/test.sh index 814c287..17f0939 100755 --- a/shtpl/test.sh +++ b/shtpl/test.sh @@ -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 diff --git a/shtpl/boucle.shtpl b/shtpl/test.shtpl similarity index 100% rename from shtpl/boucle.shtpl rename to shtpl/test.shtpl