From 1da87a801959c7e8b504c4adc4a114cdd38b4521 Mon Sep 17 00:00:00 2001 From: Joseph Aquino Date: Thu, 1 Jan 2026 02:52:27 -0500 Subject: [PATCH] small update to run script --- scripts/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run.sh b/scripts/run.sh index 1440b6b..4edb154 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -1,6 +1,6 @@ #! /bin/bash SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -cd "$SCRIPT_DIR" +cd "$SCRIPT_DIR.." -../bin/$1-linux-x86_64/snake \ No newline at end of file +./bin/$1-linux-x86_64/snake