From 86f09f87cba3e3eeaf4f0be15d463cfbefd64c0a Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 4 Jan 2005 21:15:25 +0000 Subject: allow file names as arguments --- bin/psfonts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/psfonts') diff --git a/bin/psfonts b/bin/psfonts index 838ea7d8..7cd1ae06 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+' "$@" -- cgit v1.2.3