nt9856x/BSP/busybox/shell/ash_test/ash-misc/func_compound1.tests
2023-03-28 15:07:53 +08:00

5 lines
39 B
Plaintext
Executable File

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