mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 05:21:08 +01:00
7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# pstf - Convert groff's troff data into PS, then print.
|
||
|
# Installed in /usr/local/libexec/pstf
|
||
|
#
|
||
|
exec grops
|