3 lines
45 B
Bash
3 lines
45 B
Bash
|
#! /bin/sh -
|
||
|
exec groff -Tps -l -C ${1+"$@"}
|