#!/bin/sh

pushd `pwd`
cp -f gdevlx7.c /usr/src/redhat/BUILD/gs5.10/
cd /usr/src/redhat/BUILD/gs5.10
make && \
./gs -sDEVICE=lex5700 -DNOPAUSE -sOutputFile=out5700.prn \
alphabet.ps -c quit
popd

