mirror of
https://github.com/sheumann/hush.git
synced 2025-02-06 13:30:24 +00:00
3 lines
54 B
Plaintext
Executable File
3 lines
54 B
Plaintext
Executable File
while true; do echo A; break; echo B; done
|
|
echo OK:$?
|