nt9856x/BSP/busybox/shell/ash_test/ash-parsing/bkslash_newline1.tests
2023-03-28 15:07:53 +08:00

9 lines
102 B
Plaintext
Executable File

echo and1 &\
& echo and2
echo or1 |\
| echo NOT SHOWN
case w in a) echo SKIP;\
; w) echo ok;; esac;