xref: /freebsd/share/examples/printing/pstf (revision c7996ddf8000cfb19a9e91a636f56747860d03d7)
1#!/bin/sh
2#
3#  pstf - Convert groff's troff data into PS, then print.
4#  Installed in /usr/local/libexec/pstf
5#
6exec grops | /usr/local/libexec/lprps "$@"
7