diff --git a/src/run.sh b/src/run.sh new file mode 100644 index 0000000..25a74ef --- /dev/null +++ b/src/run.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +cd "${0%/*}" +python3 main.py \ No newline at end of file