From 4adce460ba7ed67aa68ab67f4a1e89ac82e6a9b3 Mon Sep 17 00:00:00 2001 From: ajet Date: Mon, 15 Dec 2025 09:42:34 -1000 Subject: [PATCH] fix scripts --- script/dbg | 2 +- script/run | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/dbg b/script/dbg index b390c82..0a9fce7 100755 --- a/script/dbg +++ b/script/dbg @@ -1,5 +1,5 @@ #!/bin/bash set -e -./build $1 +script/build $1 gdb a.out diff --git a/script/run b/script/run index 07171d4..796ab49 100755 --- a/script/run +++ b/script/run @@ -2,5 +2,5 @@ set -e -./build $1 +script/build $1 ./a.out