Testing

Some plain text.

#!/bin/bash
tee /tmp/foo<<'EOF'
bar
EOF
 
tee /tmp/foo<<'EOF'
bar
EOF

#!/bin/bash tee /tmp/foo&lt;&lt;'EOF' bar EOF tee /tmp/foo<<'EOF' bar EOF

More plain text.