diff options
-rwxr-xr-x | bin/download | 3 | ||||
-rw-r--r-- | postscript/README | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/download b/bin/download new file mode 100755 index 00000000..9ac26ed7 --- /dev/null +++ b/bin/download @@ -0,0 +1,3 @@ +#! /bin/sh + +auxdownload -f -H${PLAN9}/postscript/font/ -mfontmap 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 - |