3 lines
48 B
Bash
3 lines
48 B
Bash
|
#!/bin/sh
|
||
|
FLASK_APP=bot.py python3 -m flask run
|