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

subshell-one-liner.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec77aa5b95249cfd53af8e788e49914a0c978a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(
	(foo && bar) &&
	(foo && bar) |
	(foo && bar) >baz &&
?!SEMI?!	(foo; bar) &&
?!SEMI?!	(foo; bar) |
?!SEMI?!	(foo; bar) >baz &&
	(foo || exit 1) &&
	(foo || exit 1) |
	(foo || exit 1) >baz &&
	(foo && bar) ?!AMP?!
?!SEMI?!	(foo && bar; baz) ?!AMP?!
	foobar
>)