8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
source $(dirname $0)/env.sh
|
|
|
|
cd $BUILD_DIR
|
|
|
|
gdb -x $LUNA_ROOT/.gdbconf |