Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc_backquote1.tests
blob: ec3d8fe1d166a14b0ac07c84a306151da7fab420 [
file
] [
log
] [
blame
]
cat
<<
EO
`true`
F
heredoc1
EO
`true`
F
echo
Ok1
:
$
?
cat
<<
EO
`true`
F
heredoc2
EO
`false`
F
EO
`true`
F
echo
Ok2
:
$
?