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:$?
|