#!/bin/sh

MYTOP=`pwd`
for i in 20*
do
cd $i
cd GRD.REG;DOCLEANUP;DOGRD;DODELAY;DOPLTSAC;DOCLEANUP;cd ../HTML.REG;DOHTML
cd ${MYTOP}
done
