mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
6 lines
203 B
Text
6 lines
203 B
Text
|
#!/bin/rc
|
||
|
# addpsfonts [file]... - add postscript fonts named in %%DocumentFonts comments
|
||
|
# of postscript input
|
||
|
echo %!PS-Adobe-2.0
|
||
|
exec aux/download -f -mfontmap -plw+ -r/sys/lib/postscript/font/lw+ $*
|