mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 20:23:03 +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
|