mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
A shell wrapper for aux/download.
This commit is contained in:
parent
f593f5e008
commit
125fac6fb9
2 changed files with 6 additions and 0 deletions
3
bin/download
Executable file
3
bin/download
Executable file
|
@ -0,0 +1,3 @@
|
|||
#! /bin/sh
|
||||
|
||||
auxdownload -f -H${PLAN9}/postscript/font/ -mfontmap
|
3
postscript/README
Normal file
3
postscript/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
wget -O- http://pdos.lcs.mit.edu/~rsc/software/plan9/postscript.tar.gz|
|
||||
gunzip|
|
||||
tar xf -
|
Loading…
Reference in a new issue