mirror of
https://github.com/sheumann/hush.git
synced 2025-01-10 16:29:44 +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
|