#!/bin/sh
if test -f /etc/papersize; then
  /usr/bin/gs-papersize -sPAPERSIZE=`cat /etc/papersize` $*
else
  gs-papersize $*
fi