android_mt6572_jiabo/external/busybox/shell/hush_test/hush-misc/heredoc2.tests
2025-09-05 16:56:03 +08:00

12 lines
113 B
Text
Executable file

f=1
cat <<- EOF-f
exit EOF-f
"
echo $f
echo `echo Hello World`
moo
EOF-f
EOF-f f
EOF-f
EOF-f
echo Ok