Sign in
googlers
/
jrn
/
git
/
7fd9fd94fb8f23b86578ed86906b8caf0417db82
/
.
/
t
/
chainlint
/
for-loop.expect
blob: c33cf56ee73ab7b75c4194d842443d019fa08440 [
file
] [
log
] [
blame
]
(
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
>)