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