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