Sign in
◑
Theme
plan9port
/
plan9
/
530d00164177fd68e2aeb403e7b9be31823e3168
/
.
/
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