mirror of
https://github.com/sheumann/hush.git
synced 2025-01-10 01:30:04 +00:00
5d6b8729ed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 lines
99 B
Plaintext
Executable File
5 lines
99 B
Plaintext
Executable File
echo 'test\
|
|
best' | (read reply; echo "$reply")
|
|
echo 'test\
|
|
best' | (read -r reply; echo "$reply")
|