mirror of
https://github.com/meshtastic/firmware.git
synced 2026-04-02 14:35:57 -04:00
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 "$@"
|