trimill.xyz/test.sh

6 lines
93 B
Bash
Executable File

#!/bin/sh
. venv/bin/activate
export FLASK_APP=flaskr
export FLASK_ENV=development
flask run