mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
pio run --environment native
|
|
gdbserver --once localhost:2345 .pio/build/native/program "$@"
|