#!/bin/sh echo foo; \ shopt something # BASHISM echo foo; echo \ shopt something cat </dev/null #BASHISM bar moo EOF cat <