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

block.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6333237cb2fdb87110da7be204a3cad86b8541ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(
	foo &&
	{
		echo a
		echo b
	} &&
	bar &&
	{
		echo c
	} ?!AMP?!
	baz
>)