blob: b5bd6dbbc74f437952c65a55ee809110c6ffd777 [file] [log] [blame]
|$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