From 125fac6fb99fbf7e32b25490890bc1bd6b7b1eb3 Mon Sep 17 00:00:00 2001 From: wkj Date: Mon, 17 May 2004 02:25:34 +0000 Subject: A shell wrapper for aux/download. --- bin/download | 3 +++ postscript/README | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 bin/download create mode 100644 postscript/README 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 - -- cgit v1.2.3