5 lines
48 B
Bash
5 lines
48 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source bin/activate
|
||
|
python3 app.py
|