mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
6 lines
96 B
Text
Executable file
6 lines
96 B
Text
Executable file
test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77
|
|
|
|
echo "\\"
|
|
echo a"\\"b
|
|
echo '\\'
|
|
echo c'\\'d
|