5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source ./venv/bin/activate
|
|
python3 -m flask run --reload
|