#!/bin/csh -f
PutIrr b $1 Irregular/irr.b >! $1.t.b
PutIrr d $1.t.b Irregular/irr.d >! $1.t.bd
PutIrr h $1.t.bd Irregular/irr.h >! $1.t.bdh
PutIrr l $1.t.bdh Irregular/irr.l >! $1.t.bdhl
PutIrr s $1.t.bdhl Irregular/irr.s >! $1.t.bdhls
PutIrr L $1.t.bdhls Irregular/irr.L >! $2
/bin/rm $1.t.b
/bin/rm $1.t.bd
/bin/rm $1.t.bdh
/bin/rm $1.t.bdhl
/bin/rm $1.t.bdhls

