6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curl ftp://ftp.edrdg.org/pub/Nihongo//JMdict_e.gz | gunzip > cache/JMdict_e.xml
|
|
yarn
|
|
yarn ts scripts/make-jmdict.ts
|