aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc/heredoc3.tests
blob: 938577a8908d0b9ef1c7ad7c85fad5543555454c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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