6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
./clean.sh
|
|
./build.sh
|
|
gdb -tui ./out/program
|