update tree automatically
This commit is contained in:
parent
7725c65aeb
commit
b52585bbb9
2 changed files with 19 additions and 0 deletions
6
ontology/update.sh
Executable file
6
ontology/update.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
cd `dirname $0`
|
||||
./update_keywords.py
|
||||
./update.py
|
||||
./ontology.py
|
||||
cp ontology.json ../../static/ontology/
|
||||
Loading…
Add table
Add a link
Reference in a new issue