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: da80339f781230c19bc7203603d6310454dba4a9 (plain)
1
2
3
4
5
(
	foo || exit 1
	bar &&
	baz
)