Sign in
code
/
git
/
b4454d5a7bbe8499a56bd428c1e7a671f744c533
/
.
/
t
/
chainlint
/
while-loop.expect
blob: 1f5eaea0fd59757ea78b7dc0b24ec0971c2faa36 [
file
] [
log
] [
blame
]
(
while
true
do
echo foo
?!
AMP
?!
cat
<<-
\EOF
?!
LOOP
?!
bar
EOF
done
?!
AMP
?!
while
true
;
do
echo foo
&&
cat bar
?!
LOOP
?!
done
)