summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc/heredoc5.tests (plain)
blob: e619bded1c4a77c24f29440319fa7c9c7a756a6a
1f=1
2 cat <<- EOF-f
3 exit EOF-f
4"
5echo $f
6echo `echo Hello World`
7 moo
8 EOF-f
9EOF-f f
10EOF-f
11EOF-f
12echo Ok
13