Sign in
googlers
/
jrn
/
git
/
01a825578e79203a87b832731ed1fc7c23a3e77f
/
.
/
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
)