mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
allow file names as arguments
This commit is contained in:
parent
33514167ed
commit
86f09f87cb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo %!PS-Adobe-2.0
|
||||
exec psdownload -f -mfontmap -r $PLAN9'/postscript/font/lw+'
|
||||
exec psdownload -f -mfontmap -r $PLAN9'/postscript/font/lw+' "$@"
|
||||
|
|
Loading…
Reference in a new issue