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