mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
asdf
This commit is contained in:
parent
13f7391e4a
commit
173302913e
3 changed files with 19 additions and 0 deletions
|
@ -104,3 +104,15 @@ xd
|
|||
yacc
|
||||
yuv
|
||||
zip
|
||||
9lex
|
||||
auxstats
|
||||
eqn
|
||||
gview
|
||||
img
|
||||
lsr
|
||||
stats
|
||||
tbl
|
||||
tra*
|
||||
troff
|
||||
vac
|
||||
vtdump
|
||||
|
|
3
bin/nroff
Executable file
3
bin/nroff
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec troff -N "$@"
|
4
bin/psfonts
Executable file
4
bin/psfonts
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo %!PS-Adobe-2.0
|
||||
exec psdownload -f -mfontmap -r'#9/postscript/font/lw+'
|
Loading…
Reference in a new issue