#! /bin/sh
dviselect $1 geo.dvi > tmp.dvi
dvips tmp.dvi -o tmp.uit
lpr -Prawlaser tmp.uit
/bin/rm -f tmp.*
