Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc_bkslash_newline1.tests
blob: 584edd0e4ee2c533aa215e2624f53c0dc486fe41 [
file
] [
log
] [
blame
]
cat
<
\
<
\
EOF
heredoc0
EOF
echo
Ok0
:
$
?
cat
<<
\
EOF
heredoc1
EOF
echo
Ok1
:
$
?
cat
<<
\
-
EOF
heredoc2
EOF
echo
Ok2
:
$
?
cat
<
\
<
\
-
EOF
heredoc3
EOF
echo
Ok4
:
$
?