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