Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f15aa57a7f5edcbf3098873b8798c0ea7f496ed7
/
.
/
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"