Sign in
code
/
git
/
9f443f553171032d5ce004ae326ecb116a6ef4e5
/
.
/
t
/
chainlint
/
for-loop.expect
blob: c33cf56ee73ab7b75c4194d842443d019fa08440 [
file
]
(
for
i
in
a b c
do
?!
AMP
?!
echo $i
cat
?!
AMP
?!
done
for
i
in
a b c
;
do
echo $i
&&
cat $i
done
>)