4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
set -e
|
|
pio run --environment native
|
|
gdbserver --once localhost:2345 .pio/build/native/program "$@"
|