mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Invoke psdownload via the 9 script.
This commit is contained in:
parent
7e0854dae3
commit
067d852abe
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo %!PS-Adobe-2.0
|
echo %!PS-Adobe-2.0
|
||||||
exec psdownload -f -mfontmap -r $PLAN9'/postscript/font/lw+' "$@"
|
exec 9 psdownload -f -mfontmap -r $PLAN9'/postscript/font/lw+' "$@"
|
||||||
|
|
Loading…
Reference in a new issue