6 lines
88 B
Bash
6 lines
88 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
pio run --environment native
|
|
.pio/build/native/program "$@"
|