mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
4 lines
116 B
Text
Executable file
4 lines
116 B
Text
Executable file
for v in a b c; do echo A:$v; continue 666; done
|
|
echo OK1
|
|
for v in a b c; do echo A:$v; continue 666; done
|
|
echo OK2
|