Tomato 1.25
[tomato.git] / release / src / router / busybox / shell / hush_test / hush-misc / heredoc2.tests
blobe619bded1c4a77c24f29440319fa7c9c7a756a6a
1 f=1
2   cat <<- EOF-f
3                 exit EOF-f
5 echo $f
6 echo `echo Hello World`
7                 moo      
8  EOF-f
9 EOF-f   f
10 EOF-f 
11 EOF-f
12 echo Ok