# With env variables ## On single line WHO=Doctor nbrBoucle=5 ./boucle.shtpl ## Multiline WHO=Doctor \ nbrBoucle=5 \ ./boucle.shtpl # Save result to file WHO=Doctor ./boucle.shtpl > final.txt