improve of cmpl.
[bush.git] / testing / 3.OriginalTest.dir / 3.cli / heredoc / heredoc4.sub
blob381b64a97b8c427aeb8b2ce50d48313cb8b651a3
1 cat <<EO`true`F
2 heredoc1
3 EO`false`F
4 EO`true`F
5 echo Ok:$? 
7 one=one
8 four=four
9 five='fi ve'
11 recho $one`echo two three`$four
12 recho `echo two three`$five