mirror of https://github.com/mirror/busybox.git
13 lines
113 B
Plaintext
13 lines
113 B
Plaintext
|
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
|