Sign in
code
/
git
/
e5cb1e3f093986815945b85e61de112b8e3ccdd6
/
.
/
t
/
chainlint
/
case-comment.test
blob: 641c157b98c0af678b15fb2cc25645eac8650602 [
file
] [
log
] [
blame
]
(
case
"$x"
in
# found foo
x
)
foo
;;
# found other
*)
# treat it as bar
bar
;;
esac
)