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