mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 13:31:36 -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
|