Sign in
coral
/
busybox
/
e368d851e78a2eb2aee50b8bad29dcc301feec65
/
.
/
shell
/
hush_test
/
hush-parsing
/
bkslash_newline1.tests
blob: 6e374c4fbaf0f77347f98a34400b13b0a27af473 [
file
] [
log
] [
blame
]
echo and1
&
\
&
echo and2
echo or1
|
\
|
echo NOT SHOWN
case
w
in
a
)
echo SKIP
;
\
;
w
)
echo ok
;;
esac
;