15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
|
# skk-dic
|
||
|
|
||
|
get -c -r -np -k -L -p http://openlab.ring.gr.jp/skk/skk/dic/
|
||
|
# 20150821: visit the link and see the last modification time
|
||
|
cp -r openlab.ring.gr.jp/skk/skk/dic skkdic-20150821
|
||
|
rm -rf skkdic-20150821/index*
|
||
|
tar -cvf skkdic-20150821.tar skkdic-20150821
|
||
|
xz -z -9 skkdic-20150821.tar
|
||
|
|
||
|
# SKK-JISYO.wiki.20150326.bz2
|
||
|
|
||
|
# 20150326: visit the page and see the last update time
|
||
|
./SKK-JISYO > SKK-JISYO.wiki.20150326
|
||
|
bzip2 -z -9 SKK-JISYO.wiki.20150326
|