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