mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-08 05:51:09 -07:00
4 lines
60 B
Text
4 lines
60 B
Text
if file foo 2>&1 | grep lol 2> /dev/null
|
|
then
|
|
echo cow
|
|
fi
|