mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
3 lines
54 B
Plaintext
3 lines
54 B
Plaintext
|
while true; do echo A; break; echo B; done
|
||
|
echo OK:$?
|