Sign in
googlers
/
jrn
/
git
/
6487e9c4594028c47559a868fc89f3302562cd8b
/
.
/
t
/
chainlint
/
while-loop.expect
blob: f272aa21fee1950a97a9eeddee9436a11c4e1f3f [
file
] [
log
] [
blame
]
(
while
true
do
echo foo
?!
AMP
?!
cat
<<-
EOF
?!
LOOP
?!
done
?!
AMP
?!
while
true
;
do
echo foo
&&
cat bar
?!
LOOP
?!
done
)