aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc/heredoc5.tests
blob: e619bded1c4a77c24f29440319fa7c9c7a756a6a (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