mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
ba2dcccd79
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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:$?
|