#!/bin/sh

pushd `pwd`
cd /usr/src/redhat/BUILD/gs5.10
make && \
./gs -sDEVICE=lex7000 -DNOPAUSE -sOutputFile=/dev/null \
colorcir.ps -c quit
popd

