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

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

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

