diff options
-rw-r--r-- | bin/.cvsignore | 12 | ||||
-rwxr-xr-x | bin/nroff | 3 | ||||
-rwxr-xr-x | bin/psfonts | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/bin/.cvsignore b/bin/.cvsignore index 321cc308..f0d3fd07 100644 --- a/bin/.cvsignore +++ b/bin/.cvsignore @@ -104,3 +104,15 @@ xd yacc yuv zip +9lex +auxstats +eqn +gview +img +lsr +stats +tbl +tra* +troff +vac +vtdump diff --git a/bin/nroff b/bin/nroff new file mode 100755 index 00000000..6f7005ff --- /dev/null +++ b/bin/nroff @@ -0,0 +1,3 @@ +#!/bin/sh + +exec troff -N "$@" diff --git a/bin/psfonts b/bin/psfonts new file mode 100755 index 00000000..b633d55a --- /dev/null +++ b/bin/psfonts @@ -0,0 +1,4 @@ +#!/bin/sh + +echo %!PS-Adobe-2.0 +exec psdownload -f -mfontmap -r'#9/postscript/font/lw+' |