busybox/shell/hush_test/hush-misc/heredoc2.tests

11 lines
81 B
Plaintext
Executable File

f=1
cat <<- EOF-f
exit EOF-f
"
echo $f
moo
EOF-f
EOF-f f
EOF-f
EOF-f