mirror of
https://github.com/sheumann/hush.git
synced 2024-10-29 20:27:40 +00:00
3 lines
54 B
Plaintext
3 lines
54 B
Plaintext
|
while true; do echo A; break; echo B; done
|
||
|
echo OK:$?
|