6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
|
#!/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+ $*
|