Bsh/tests/for/basic.sh

4 lines
39 B
Bash
Raw Permalink Normal View History

2022-02-08 17:50:03 +00:00
for i in salut test
do
echo $i
done