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

here-doc-multi-line-command-subst.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7364c82c89feba3baf9a149937f1e43bf91ff23 (plain)
1
2
3
4
5
6
7
8
(
	x=$(bobble <<-\END &&
		fossil
		vegetable
		END
		wiffle) ?!AMP?!
	echo $x
)