FediBooks/run.sh

4 lines
46 B
Bash
Executable File

cd app
env FLASK_APP=webui.py flask run
cd ..