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: f8b3aa73c4f180be48afff988c0f7cece67e45d4 (plain)
1
2
3
4
5
(
	x=$(bobble <<-END &&
		wiffle) ?!AMP?!
	echo $x
)