#
foreach i (`count 0:255 -f "%03d "`)
echo $i
/lib/cpp -P -DLABNO=$i <rstlab.m >rstlab.mm
ms -o rst$i.mrl rstlab.mm
mb prolib rst$i.mrl
end
