mirror of
https://github.com/git/git.git
synced 2024-11-01 23:07:55 +01:00
15 lines
260 B
Text
15 lines
260 B
Text
|
(
|
||
|
(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
|
||
|
>)
|