mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 04:54:29 +08:00
2 lines
43 B
Plaintext
2 lines
43 B
Plaintext
until [ $var > $foo ]; do var=$(cow); done
|