now with hget
This commit is contained in:
parent
ac1747b052
commit
4be4f202af
1 changed files with 2 additions and 2 deletions
|
|
@ -2,12 +2,12 @@
|
||||||
# and modifying dict to handle it.
|
# and modifying dict to handle it.
|
||||||
# This is the Project Gutenberg original Webster's dictionary
|
# This is the Project Gutenberg original Webster's dictionary
|
||||||
|
|
||||||
wget -O- http://pdos.lcs.mit.edu/~rsc/software/plan9/pgw.tar.bz2|
|
hget http://pdos.lcs.mit.edu/~rsc/software/plan9/pgw.tar.bz2|
|
||||||
bunzip2|
|
bunzip2|
|
||||||
tar xf -
|
tar xf -
|
||||||
|
|
||||||
# This is the Project Gutenberg original Roget's thesaurus
|
# This is the Project Gutenberg original Roget's thesaurus
|
||||||
|
|
||||||
wget -O- http://pdos.lcs.mit.edu/~rsc/software/plan9/roget.tar.bz2|
|
hget http://pdos.lcs.mit.edu/~rsc/software/plan9/roget.tar.bz2|
|
||||||
bunzip2|
|
bunzip2|
|
||||||
tar xf -
|
tar xf -
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue