Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
chainlint
/
case-comment.expect
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
expect
11 lines
123 Bytes
Copy permalink
Copy
Raw
1
2 (
2
3 case "$x" in
3
4 # found foo
4
5 x) foo ;;
5
6 # found other
6
7 *)
7
8 # treat it as bar
8
9 bar
9
10 ;;
10
11 esac
11
12 )