mirror of
https://github.com/sheumann/hush.git
synced 2025-01-10 16:29:44 +00:00
4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
|
while true; do echo A; break; echo B; done
|
||
|
echo OK:$?
|
||
|
|