Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f7eea8c235dea6699a21c7b26c218e6c0dc1bf95
/
.
/
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
;