xref: /freebsd-11-stable/gnu/usr.bin/groff/src/roff/psroff/psroff.sh (revision 83f96682da78fcf62f15f6a2c64dfb9d28d6468d)
1#! /bin/sh -
2#
3# $FreeBSD$
4
5exec groff -Tps -l -C ${1+"$@"}
6