Add psroff command

This commit is contained in:
Paul Traina 1996-09-08 00:26:24 +00:00
parent 863a1dba3a
commit b3e7b046b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18127
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#! /bin/sh -
exec groff -Tps -l -C ${1+"$@"}

View File

@ -0,0 +1,2 @@
#! /bin/sh -
exec groff -Tps -l -C ${1+"$@"}