#!/bin/sh
# $RCSfile: pphs,v $ $Revision: 1.1 $
# Print the Primary Hint Stream from a linearized PDF file.  Usage:
#	pphs filename.pdf
# Output goes to stdout.

exec gs -q -dNODISPLAY -- pphs.ps "$@"
