#!/bin/sh
# $Id: pfbtopfa $
# Convert .pfb fonts to .pfa format

exec gs -q -dNODISPLAY -- pfbtopfa.ps $1 $2
