diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..16d1c67 --- /dev/null +++ b/run.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +source ./venv/bin/activate +python3 app.py