trimill.xyz/test.sh
2022-06-23 02:23:38 -04:00

6 lines
93 B
Bash
Executable file

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