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: 1c873263647907de91d461b4bf19b48ea5e85c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(
	foo &&
	{
		echo a ?!AMP?!
		echo b
	} &&
	bar &&
	{
		echo c
	} ?!AMP?!
	baz
) &&

{
	echo a; ?!AMP?! echo b
} &&
{ echo a; ?!AMP?! echo b; } &&

{
	echo "${var}9" &&
	echo "done"
} &&
finis