#!/bin/sh # if [ $# -eq 0 ]; then echo "usage: mkpdf " >&2 exit 1 fi groff "$@" | ps2pdf - .