mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd $(cd ${0%/*}; pwd)/host
|
|
|
|
make -j ../../libraries/ESP8266WebServer/examples/FSBrowser/FSBrowser
|