Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5156b245536ce0f07165793f07c63fd9fa5dd3b7
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc2.tests
blob: 6d9ccb6cc144bdfc85328cf1bde789dce617557d [
file
] [
log
] [
blame
]
foo
()
{
cat
<<
EOF
&&
{
echo
"$1"
;
}
$1
EOF
}
foo
"bar"