tallow file names as arguments - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 86f09f87cba3e3eeaf4f0be15d463cfbefd64c0a
 (DIR) parent 33514167ed3bfd7d80c9a08c7c38e52a691d51b1
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue,  4 Jan 2005 21:15:25 +0000
       
       allow file names as arguments
       
       Diffstat:
         M bin/psfonts                         |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/bin/psfonts b/bin/psfonts
       t@@ -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+' "$@"