3 lines
67 B
Bash
3 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
FLASK_APP=monitor.py /usr/bin/env python3 -m flask run
|