mirror of https://github.com/mirror/busybox.git
5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
|
echo Line with one backslash:
|
||
|
echo '\
|
||
|
'
|
||
|
echo Ok:$?
|