Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
035486c7500c09616a6c1040d8e70923532a5c2d
/
.
/
shell
/
hush_test
/
hush-heredoc
/
heredoc2.tests
blob: 6d9ccb6cc144bdfc85328cf1bde789dce617557d [
file
] [
log
] [
blame
]
Denys Vlasenko
1b73f84
2016-10-02 17:49:46 +0200
[
diff
] [
blame
]
1
foo
()
{
2
cat
<<
EOF
&&
{
echo
"$1"
;
}
3
$1
4
EOF
5
}
6
7
foo
"bar"