1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-09-28 23:23:04 +00:00
FediBooks/run.sh

4 lines
46 B
Bash
Raw Normal View History

2019-09-18 03:04:44 +00:00
cd app
env FLASK_APP=webui.py flask run
2019-09-18 03:04:44 +00:00
cd ..