Sign in
coral
/
busybox
/
726d0d148b5a7a21eccaf8b17d2726f56ce2ce8f
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc2.tests
blob: 6d9ccb6cc144bdfc85328cf1bde789dce617557d [
file
] [
log
] [
blame
]
foo
()
{
cat
<<
EOF
&&
{
echo
"$1"
;
}
$1
EOF
}
foo
"bar"