JustOS/busybox-1_37_0/shell/hush_test/hush-parsing/bkslash_newline3.tests

5 lines
38 B
Plaintext
Executable File

for s in \
a; do
echo "a:[$s]"
done