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