#!/bin/sh
# $RCSfile: pcl2pdf,v $ $Revision: 1.1 $
# Convert PCL or PXL to PDF.

# Currently, we produce PDF 1.2 by default, but this is not guaranteed
# not to change in the future.
exec pcl2pdfwr "$@"
