Sign in
code
/
git
/
20a00abe35a3f54db5bcb54ca8c04d3f679042ea
/
.
/
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
>)