#!/bin/sh -x
grep $1 components2.dot >/tmp/comp2.dot
cat comphdrdot /tmp/comp2.dot >/tmp/comp.dot
echo "}" >> /tmp/comp.dot 
mv /tmp/comp.dot comp$1.dot
make comp$1.ps
make comp$1.epsi
