Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
03dad22f8a1b8b1410fdcccf69af1bb5cce4de7c
/
.
/
shell
/
hush_test
/
hush-read
/
read_r.tests
blob: 2c4cc6106df22f475bacaebf75fcbd2973223b38 [
file
] [
log
] [
blame
]
echo
-
e
'test\\\nbest'
|
(
read reply
;
echo
"$reply"
)
echo
-
e
'test\\\nbest'
|
(
read
-
r reply
;
echo
"$reply"
)