mirror of
https://github.com/meshtastic/firmware.git
synced 2026-03-28 20:13:43 -04:00
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
pio run --environment native
|
|
.pio/build/native/meshtasticd "$@"
|