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

bash-array.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c34eaee45e2f706e80560edfa271f4a5e245a9e (plain)
1
2
3
4
5
6
7
8
9
10
(
	foo &&
	bar=(gumbo stumbo wumbo) &&
	baz
) &&
(
	foo &&
	bar=${#bar[@]} &&
	baz
)