diff options
author | rsc <devnull@localhost> | 2004-05-15 23:53:19 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-05-15 23:53:19 +0000 |
commit | 173302913ebce353eadcbb12d71c3759cbe79e34 (patch) | |
tree | a3d7929456b234eafef266b98efd2b9f6661da9a | |
parent | 13f7391e4a38634221f4a63da9f58f58473e77b0 (diff) | |
download | plan9port-173302913ebce353eadcbb12d71c3759cbe79e34.tar.gz plan9port-173302913ebce353eadcbb12d71c3759cbe79e34.tar.bz2 plan9port-173302913ebce353eadcbb12d71c3759cbe79e34.zip |
asdf
-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+' |