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

exit-subshell.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf78454f74c83d27b059b504859213abdb9acc6c (plain)
1
2
3
4
5
(
	foo || exit 1
	bar &&
	baz
>)