mirror of https://github.com/mirror/busybox.git
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
true
|
||
|
false; echo `echo $?`
|
||
|
true
|
||
|
{ false; echo `echo $?`; }
|