mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
6 lines
155 B
Bash
6 lines
155 B
Bash
#!/bin/sh
|
|
#
|
|
# pstf - Convert groff's troff data into PS, then print.
|
|
# Installed in /usr/local/libexec/pstf
|
|
#
|
|
exec grops | /usr/local/libexec/lprps "$@"
|