mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Add psroff command
This commit is contained in:
parent
863a1dba3a
commit
b3e7b046b0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18127
2
contrib/groff/nroff/psroff.sh
Normal file
2
contrib/groff/nroff/psroff.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#! /bin/sh -
|
||||
exec groff -Tps -l -C ${1+"$@"}
|
2
gnu/usr.bin/groff/src/roff/psroff/psroff.sh
Normal file
2
gnu/usr.bin/groff/src/roff/psroff/psroff.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#! /bin/sh -
|
||||
exec groff -Tps -l -C ${1+"$@"}
|
Loading…
Reference in New Issue
Block a user