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