10 lines
No EOL
162 B
Bash
10 lines
No EOL
162 B
Bash
#!/bin/sh
|
|
pip3 install -r requirements.txt
|
|
|
|
# idees
|
|
cp ./site/data/idees.sample.json ./site/data/idees.json
|
|
|
|
# chat
|
|
python3 ./script/generate_chat_info.py
|
|
|
|
# wiki |