#!/bin/sh if [ $# -ne 1 ] ; then echo "Usage: ${0%%*/} foo.ms" >&2 exit 1 fi export TROFFONTS=. <"$1" tbl | pic | troff -ms | dpost | ps2pdf -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress - "${1%%.ms}.pdf"