1 Star 0 Fork 19

EagleSmith/ESP8266App

forked from SuperGIS/ESP8266App 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
x-commit.sh 1.97 KB
一键复制 编辑 原始数据 按行查看 历史
SuperGIS 提交于 2016-02-10 10:46 . update ...
#!/bin/bash
echo "================================="
echo "commit all source to oschina..."
echo "================================="
echo "1-commit and push ESP8266App."
git add ./ -A
git commit -a -m "update ..."
git push
echo "===================================================="
echo "2-commit and push esp_mqtt."
cd esp_mqtt
git add ./ -A
git commit -a -m "update ..."
git push
cd ..
echo "===================================================="
echo "2B-commit and push espduino."
cd espduino
git add ./ -A
git commit -a -m "update ..."
git push
cd ..
echo "===================================================="
echo "3-commit and push esp_mqtt_oled."
cd esp_mqtt_oled
git add ./ -A
git commit -a -m "update ..."
git push
cd ..
echo "===================================================="
echo "4A-commit and push esp_iot_rtos_sdk."
cd esp_iot_rtos_sdk
git add ./ -A
git commit -a -m "update ..."
git push
cd ..
echo "===================================================="
echo "4B-commit and push esp8266_at."
cd esp8266_at
git add ./ -A
git commit -a -m "update ..."
git push
cd ..
echo "===================================================="
echo "4C-commit and push low_power-espressif."
cd low_power_voltage_measurement
git add ./ -A
git commit -a -m "update ..."
git push
cd ..
echo "===================================================="
echo "6-commit and push micropython for esp8266."
cd micropython
git add ./ -A
git commit -a -m "update ..."
git push
cd ..
echo "===================================================="
echo "7-commit and push nodemcu."
cd nodemcu/nodemcu-firmware
git add ./ -A
git commit -a -m "update ..."
git push
cd ../../
echo "===================================================="
echo "8-commit and push nodelua."
cd nodelua
git add ./ -A
git commit -a -m "update ..."
git push
cd ..
echo "===================================================="
echo "9-commit and push frankenstein."
cd esp8266-frankenstein
git add ./ -A
git commit -a -m "update ..."
git push
cd ..
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/EagleSmith/ESP8266App.git
git@gitee.com:EagleSmith/ESP8266App.git
EagleSmith
ESP8266App
ESP8266App
master

搜索帮助