#!/bin/sh
set -x
pushd `pwd`
#cp -f gdevlx7.c /usr/src/redhat/BUILD/gs5.10/
cd /usr/src/redhat/BUILD/gs5.10
#make RPM_OPT_FLAGS="-O2" && 
./gs -sDEVICE=lex7000 -r1200x1200 -sPAPERSIZE=a4 -DNOPAUSE -sOutputFile=out.prn \
/home/henryk/tmp/x.ps -c quit
popd

