6 lines
124 B
Bash
6 lines
124 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
pio run --environment native
|
|
gdbserver --once localhost:2345 .pio/build/native/meshtasticd "$@"
|