diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..23afaa8 --- /dev/null +++ b/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd "$(dirname "$0")" +python3 app.py \ No newline at end of file