mirror of https://github.com/mirror/busybox.git
3 lines
54 B
Plaintext
3 lines
54 B
Plaintext
|
while true; do echo A; break; echo B; done
|
||
|
echo OK:$?
|