xref: /freebsd/share/examples/printing/pstf (revision 7a0c41d5d7d4e9770ef6f5d56f893efc8f18ab7c)
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