9 lines
155 B
Bash
Executable File
9 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
#Petit script pour démarrer facilement l'IDE pour le NodeMCU
|
|
#zf190709.2123
|
|
|
|
cd /Users/zuzu/Desktop/NodeMCU/NodeMCU_Lua
|
|
./start_ESPlorer.sh
|
|
|
|
|