blob: 240daa9fd5d67db8bd10e0b7d6da9f94d3a6d29f [file] [log] [blame]
Eric Sunshine56066522022-09-01 00:29:52 +00001# LINT: "if" condition split across multiple lines at "&&" or "||"
2if bob &&
3 marcia ||
4 kevin
5then
6 echo "nomads"
7 echo "for sure"
8fi