Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
713f07d906d9171953be0c12e2369869855b6ca6
/
.
/
shell
/
ash_test
/
ash-heredoc
/
heredoc2.tests
blob: 6d9ccb6cc144bdfc85328cf1bde789dce617557d [
file
] [
log
] [
blame
]
Ron Yorston
9121510
2015-10-29 11:29:59 +0000
[
diff
] [
blame
]
1
foo
()
{
2
cat
<<
EOF
&&
{
echo
"$1"
;
}
3
$1
4
EOF
5
}
6
7
foo
"bar"