diff options
author | wkj <devnull@localhost> | 2004-05-17 02:25:34 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-05-17 02:25:34 +0000 |
commit | 125fac6fb99fbf7e32b25490890bc1bd6b7b1eb3 (patch) | |
tree | efbbf550acf898b5df209782599589526d2e5daa /postscript | |
parent | f593f5e00800722c62e42c5497aee22db16af656 (diff) | |
download | plan9port-125fac6fb99fbf7e32b25490890bc1bd6b7b1eb3.tar.gz plan9port-125fac6fb99fbf7e32b25490890bc1bd6b7b1eb3.tar.bz2 plan9port-125fac6fb99fbf7e32b25490890bc1bd6b7b1eb3.zip |
A shell wrapper for aux/download.
Diffstat (limited to 'postscript')
-rw-r--r-- | postscript/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postscript/README b/postscript/README new file mode 100644 index 00000000..a0117ad9 --- /dev/null +++ b/postscript/README @@ -0,0 +1,3 @@ +wget -O- http://pdos.lcs.mit.edu/~rsc/software/plan9/postscript.tar.gz| + gunzip| + tar xf - |