7 lines
113 B
Bash
7 lines
113 B
Bash
|
#!/bin/sh
|
||
|
cd `dirname $0`
|
||
|
./update_keywords.py
|
||
|
./update.py
|
||
|
./ontology.py
|
||
|
cp ontology.json ../../static/ontology/
|