Start 1.33.0 development cycle
[oweals/busybox.git] / shell / hush_test / hush-parsing / bkslash_newline1.tests
1 echo and1 &\
2 & echo and2
3
4 echo or1 |\
5 | echo NOT SHOWN
6
7 case w in a) echo SKIP;\
8 ; w) echo ok;; esac;