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: 51162821d7e146caf59f8c769da22ec5ca07047a (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 &&
?!AMP?!	(foo && bar)
?!AMP?!?!SEMI?!	(foo && bar; baz)
	foobar
>)