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