while-loop.expect   [plain text]


(
	while true
	do
?!AMP?!		echo foo
		cat
?!AMP?!	done
	while true; do
		echo foo &&
		cat bar
	done
>)