Sign in
code
/
git
/
37a4780f2c30de9fe0bef533a266c6bca767a50f
/
.
/
t
/
chainlint
/
case-comment.expect
blob: 2442dd5f25b704aa4bea691f7c454d001d5700e2 [
file
]
2
(
3
case
"$x"
in
4
# found foo
5
x
)
foo
;;
6
# found other
7
*)
8
# treat it as bar
9
bar
10
;;
11
esac
12
)