2023-11-16 23:19:36 -05:00

5 lines
39 B
Plaintext
Executable File

f() for i in 1 2 3; do
echo $i
done
f