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