Sign in
coral
/
busybox
/
fb957125d8aa83c9df6e54292327983a51ee7ffd
/
.
/
shell
/
hush_test
/
hush-read
/
read_r.tests
blob: 1f0a18afc40b329668be8a037453f3073014b6b5 [
file
] [
log
] [
blame
]
echo
'test\
best'
|
(
read reply
;
echo
"$reply"
)
echo
'test\
best'
|
(
read
-
r reply
;
echo
"$reply"
)