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

chain-break-false.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 989766fb85644657a30a8b8b07b3523ab0fc8486 (plain)
1
2
3
4
5
6
7
8
9
if condition not satisified
then
	echo it did not work...
	echo failed!
	false
else
	echo it went okay ?!AMP?!
	congratulate user
fi