6 lines
80 B
Bash
6 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd build/esp32.esp32.esp32da && python3 -m http.server 8082
|
||
|
cd -
|
||
|
|