Sign in
code
/
git
/
b5796d9a3263b26a8ef32eeca76b3c1d62fcedc5
/
.
/
t
/
chainlint
/
while-loop.expect
blob: 13cff2c0a511c6f81171f667a63632b78d387bad [
file
] [
log
] [
blame
]
(
while
true
do
?!
AMP
?!
echo foo
cat
?!
AMP
?!
done
while
true
;
do
echo foo
&&
cat bar
done
>)