Raw
1 2 echo "missing chain before" ?!LINT: missing '&&'?!
2 3 cat >file <<-\EOF &&
3 4 inside inner here-doc
4 5 these are not shell commands
5 6 EOF
6 7 echo "missing chain after" ?!LINT: missing '&&'?!
7 8 echo "but this line is OK because it's the end"