mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
2 lines
54 B
Text
Executable file
2 lines
54 B
Text
Executable file
while true; do echo A; break; echo B; done
|
|
echo OK:$?
|