index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
chainlint
/
case-comment.expect
blob: 1e4b054bda0faa803ecf12c8f4622ed0b1b29023 (
plain
)
1
2
3
4
5
6
7
8
(
case "$x" in
x) foo ;;
*)
bar
;;
esac
)