#!/bin/sh
#
# wrapper script to run epssplit with the right arguments and right
# libraries.

PATH=/usr/athena/bin:/usr/bin

perl -I/mit/postscript/lib/epssplit `athdir /mit/postscript bin`/epssplit.real "$@" 
