Welcome to mirror list, hosted at ThFree Co, Russian Federation.

case-comment.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e4b054bda0faa803ecf12c8f4622ed0b1b29023 (plain)
1
2
3
4
5
6
7
8
(
	case "$x" in
	x) foo ;;
	*)
		bar
		;;
	esac
)