6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
bazel run //c-toxcore/other/docker/esp32:host_main
|