aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-parsing/bkslash_newline1.tests
blob: 6e374c4fbaf0f77347f98a34400b13b0a27af473 (plain)
1
2
3
4
5
6
7
8
echo and1 &\
& echo and2

echo or1 |\
| echo NOT SHOWN

case w in a) echo SKIP;\
; w) echo ok;; esac;