7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# pstf - Convert groff's troff data into PS, then print.
|
||
|
# Installed in /usr/local/libexec/pstf
|
||
|
#
|
||
|
exec grops | /usr/local/libexec/lprps "$@"
|