Skip to content

Commit

Permalink
change ftp url
Browse files Browse the repository at this point in the history
  • Loading branch information
wareya committed Mar 30, 2021
1 parent 8222526 commit 0bb5c04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/update
@@ -1,5 +1,5 @@
#!sh
curl http://ftp.monash.edu/pub/nihongo/JMdict.gz | gunzip > JMdict
./process.py
rm JMdict
mv JMdict*.json ../dict
curl http://ftp.edrdg.org/pub/Nihongo/JMdict.gz | gunzip > JMdict &&
./process.py &&
rm JMdict &&
mv JMdict*.json ../dict

0 comments on commit 0bb5c04

Please sign in to comment.