mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
/lib/dict: improve downloading scripts
This commit is contained in:
parent
be87fc579e
commit
4bad50ce68
4 changed files with 11 additions and 12 deletions
|
@ -1,7 +0,0 @@
|
||||||
To get the Project Gutenberg dictionary use
|
|
||||||
|
|
||||||
9fs sources
|
|
||||||
cp /n/sources/extra/pgw.tar.bz2 /tmp
|
|
||||||
cd /lib/dict
|
|
||||||
bunzip2 < /tmp/pgw.tar.bz2 | tar x
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
To get the Project Gutenberg Roget's thesaurus use
|
|
||||||
|
|
||||||
9fs sources
|
|
||||||
cp /n/sources/extra/roget/* /lib/dict
|
|
||||||
|
|
6
lib/dict/pgw.rc
Normal file
6
lib/dict/pgw.rc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/rc
|
||||||
|
# Project Gutenberg dictionary
|
||||||
|
9fs sources
|
||||||
|
cd /lib/dict
|
||||||
|
bunzip2 < /n/sources/extra/pgw.tar.bz2 | tar x
|
||||||
|
|
5
lib/dict/roget.rc
Normal file
5
lib/dict/roget.rc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/rc
|
||||||
|
# Project Gutenberg Roget's thesaurus
|
||||||
|
9fs sources
|
||||||
|
fcp /n/sources/extra/roget/* /lib/dict
|
||||||
|
|
Loading…
Reference in a new issue