mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
dict, sky: update site from pdos.lcs.mit.edu to 9fans.github.io
This commit is contained in:
parent
cf4b9eefb3
commit
f2e0c7a2d2
2 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
# and modifying dict to handle it.
|
||||
# This is the Project Gutenberg original Webster's dictionary
|
||||
|
||||
hget http://pdos.lcs.mit.edu/~rsc/software/plan9/pgw.tar.bz2|
|
||||
wget -O- https://9fans.github.io/plan9port/dist/pgw.tar.bz2|
|
||||
bunzip2|
|
||||
tar xf -
|
||||
|
||||
# This is the Project Gutenberg original Roget's thesaurus
|
||||
|
||||
hget http://pdos.lcs.mit.edu/~rsc/software/plan9/roget.tar.bz2|
|
||||
wget -O- https://9fans.github.io/plan9port/dist/roget.tar.bz2|
|
||||
bunzip2|
|
||||
tar xf -
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
wget -O- http://pdos.lcs.mit.edu/~rsc/scat.tgz | gunzip | tar xf -
|
||||
wget -O- https://9fans.github.io/plan9port/dist/scat.tgz | gunzip | tar xf -
|
||||
cp here.sample here
|
||||
|
|
Loading…
Reference in a new issue