From 1ec6bff0de91a8fb834468d798400e36e5405b8d Mon Sep 17 00:00:00 2001 From: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com> Date: Fri, 15 May 2020 07:31:30 -0700 Subject: [PATCH] :sparkles: Mac/linux scripts --- run-gui.sh | 5 +++++ run.sh | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 run-gui.sh create mode 100644 run.sh 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