allow file names as arguments
diff --git a/bin/psfonts b/bin/psfonts
index 838ea7d..7cd1ae0 100755
--- 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+' "$@"