summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run.sh4
-rwxr-xr-xscripts/run_debug.sh4
-rwxr-xr-xscripts/run_tree.sh4
3 files changed, 4 insertions, 8 deletions
diff --git a/scripts/run.sh b/scripts/run.sh
index abd024a..f2bbaa0 100755
--- a/scripts/run.sh
+++ b/scripts/run.sh
@@ -1,5 +1,3 @@
#! /usr/bin/env sh
-export PYTHONDONTWRITEBYTECODE=1
-export PYTHONPATH=$HOME/c/shoki/vendor/vendor/lib/python3.11/site-packages
export mesa_glthread=true
-rm -f /tmp/cmv_sock && ./src/fruits/cmv/cmv "$@"
+./src/fruits/sink/sink "$@"
diff --git a/scripts/run_debug.sh b/scripts/run_debug.sh
index b05a533..bd9a667 100755
--- a/scripts/run_debug.sh
+++ b/scripts/run_debug.sh
@@ -1,4 +1,2 @@
#! /usr/bin/env sh
-export PYTHONDONTWRITEBYTECODE=1
-export PYTHONPATH=$HOME/c/shoki/vendor/vendor/lib/python3.11/site-packages
-rm -f /tmp/cmv_sock && gdb -ex run --args ./src/fruits/cmv/cmv $@
+gdb -ex run --args ./src/fruits/cmv/cmv "$@"
diff --git a/scripts/run_tree.sh b/scripts/run_tree.sh
index 4359c29..274ec5c 100755
--- a/scripts/run_tree.sh
+++ b/scripts/run_tree.sh
@@ -1,4 +1,4 @@
#! /usr/bin/env sh
export PYTHONDONTWRITEBYTECODE=1
-export PYTHONPATH=$HOME/c/shoki/vendor/vendor/lib/python3.11/site-packages
-gdb -ex run --args ./src/tree/tree $@
+export PYTHONPATH=$HOME/c/shoki/vendor/vendor
+rm -f /tmp/tree_sock && gdb -ex run --args ./src/tree/tree $@