tA shell wrapper for aux/download. - 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 125fac6fb99fbf7e32b25490890bc1bd6b7b1eb3
 (DIR) parent f593f5e00800722c62e42c5497aee22db16af656
 (HTM) Author: wkj <devnull@localhost>
       Date:   Mon, 17 May 2004 02:25:34 +0000
       
       A shell wrapper for aux/download.
       
       Diffstat:
         A bin/download                        |       3 +++
         A postscript/README                   |       3 +++
       
       2 files changed, 6 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/bin/download b/bin/download
       t@@ -0,0 +1,3 @@
       +#! /bin/sh
       +
       +auxdownload -f -H${PLAN9}/postscript/font/ -mfontmap
 (DIR) diff --git a/postscript/README b/postscript/README
       t@@ -0,0 +1,3 @@
       +wget -O- http://pdos.lcs.mit.edu/~rsc/software/plan9/postscript.tar.gz|
       +        gunzip|
       +        tar xf -