mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 07:30:23 +00:00
3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
|
v=break; while true; do echo A; $v; echo B; break; echo C; done
|
||
|
echo OK:$?
|