1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-17 05:08:59 +00:00
FediBooks/run.sh

4 lines
46 B
Bash
Raw Permalink 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 ..