/lib/dict: improve downloading scripts

This commit is contained in:
mkf9 2022-05-13 20:27:14 +00:00 committed by qwx
parent be87fc579e
commit 4bad50ce68
4 changed files with 11 additions and 12 deletions

View file

@ -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

View file

@ -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
View 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
View file

@ -0,0 +1,5 @@
#!/bin/rc
# Project Gutenberg Roget's thesaurus
9fs sources
fcp /n/sources/extra/roget/* /lib/dict