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