Sign in
coral
/
busybox
/
d30d1ebc117db182a6156df182057291d6fbaae1
/
.
/
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
:
$
?