JustOS/busybox-1_37_0/shell/ash_test/ash-misc/func_compound1.tests

5 lines
39 B
Plaintext
Executable File

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