mirror of
https://github.com/sheumann/hush.git
synced 2025-02-02 17:36:31 +00:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
|
for v in a b c; do echo A:$v; continue 666; done
|
||
|
echo OK1
|
||
|
for v in a b c; do echo A:$v; continue 666; done
|
||
|
echo OK2
|