mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 01:28:34 +08:00
5 lines
60 B
Plaintext
5 lines
60 B
Plaintext
if file foo 2>&1 | grep lol 2> /dev/null
|
|
then
|
|
echo cow
|
|
fi
|