diff options
author | rsc <devnull@localhost> | 2005-01-04 21:15:25 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-04 21:15:25 +0000 |
commit | 86f09f87cba3e3eeaf4f0be15d463cfbefd64c0a (patch) | |
tree | 8c22ad9956506f8b55277b6f492db9ebb0ccb3c0 /bin/psfonts | |
parent | 33514167ed3bfd7d80c9a08c7c38e52a691d51b1 (diff) | |
download | plan9port-86f09f87cba3e3eeaf4f0be15d463cfbefd64c0a.tar.gz plan9port-86f09f87cba3e3eeaf4f0be15d463cfbefd64c0a.tar.bz2 plan9port-86f09f87cba3e3eeaf4f0be15d463cfbefd64c0a.zip |
allow file names as arguments
Diffstat (limited to 'bin/psfonts')
-rwxr-xr-x | bin/psfonts | 2 |
1 files changed, 1 insertions, 1 deletions
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+' "$@" |