aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/heredoc2.tests
blob: 19d9c96814bdf6031e9c5eb8136c2555e243509b (plain)
1
2
3
4
5
6
7
8
9
10
11
f=1
  cat <<- EOF-f
		exit EOF-f
"
echo $f
echo `echo Hello World`
		moo	 
 EOF-f
EOF-f   f
EOF-f 
EOF-f