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

while-loop.expect « chainlint « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f272aa21fee1950a97a9eeddee9436a11c4e1f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
(
	while true
	do
		echo foo ?!AMP?!
		cat <<-EOF ?!LOOP?!
	done ?!AMP?!
	while true; do
		echo foo &&
		cat bar ?!LOOP?!
	done
)