fix scripts
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
./build $1
|
script/build $1
|
||||||
gdb a.out
|
gdb a.out
|
||||||
|
|||||||
+1
-1
@@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
./build $1
|
script/build $1
|
||||||
./a.out
|
./a.out
|
||||||
|
|||||||
Reference in New Issue
Block a user