Sign in
plan9port
/
plan9
/
1aa9c533e0778d9917cdb19f71e3bc7416e8d528
/
.
/
src
/
cmd
/
mk
/
mkfile.test
blob: b5bd6dbbc74f437952c65a55ee809110c6ffd777 [
file
]
|
$PLAN9
/
bin
/
rc
use
-
rc
:
V
:
for
(
i
in
a b c
)
echo $i
|
/bin/
sh
use
-
sh
:
V
:
for
i
in
a b c
do
echo $i
done