plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 86f09f87cba3e3eeaf4f0be15d463cfbefd64c0a
parent 33514167ed3bfd7d80c9a08c7c38e52a691d51b1
Author: rsc <devnull@localhost>
Date:   Tue,  4 Jan 2005 21:15:25 +0000

allow file names as arguments

Diffstat:
Mbin/psfonts | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/psfonts b/bin/psfonts @@ -1,4 +1,4 @@ #!/bin/sh echo %!PS-Adobe-2.0 -exec psdownload -f -mfontmap -r $PLAN9'/postscript/font/lw+' -\ No newline at end of file +exec psdownload -f -mfontmap -r $PLAN9'/postscript/font/lw+' "$@"