mirror of https://github.com/mirror/busybox.git
7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
|
false
|
||
|
:
|
||
|
echo $?
|
||
|
# Extra ; after done is due to a bug
|
||
|
(while :; do exit; done;)
|
||
|
echo OK: $?
|