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: a3bcea492a915f62cc6870a3e194fd86c19344a7 (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