#!/bin/sh
# a wrapper for RPDL printers

prefix=/usr/local
exec_prefix=${prefix}
bindir=${exec_prefix}/bin

exec ${bindir}/dvi2misc -dvi2rpdl $*

