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

if-condition-split.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee745ef8d7fcc585e77a85854254c7b6fe7bf160 (plain)
1
2
3
4
5
6
7
if bob &&
   marcia ||
   kevin
then
	echo "nomads" ?!AMP?!
	echo "for sure"
fi