Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
99476502f926fb6e5d61126c3b672f3f6f357d5d
/
.
/
shell
/
hush_test
/
hush-heredoc
/
heredocB.tests
blob: 45ea4687f5adb509c5d6c926dcad16ef572a7da1 [
file
] [
log
] [
blame
]
while
read line1
;
do
read line2
<&
3
echo $line1
-
$line2
done
<<
EOF1
3
<<
EOF2
one
two
three
EOF1
alpha
beta
gamma
EOF2