add update.sh
Update mqtt-map
This commit is contained in:
parent
b09f765ab2
commit
440920a038
2
mqtt-map
2
mqtt-map
@ -1 +1 @@
|
|||||||
Subproject commit 4444b97d3bf021ea5cbe4b5c4d8e62b7a6afb73c
|
Subproject commit 4ad9814a8461699b7fde670726ccf8146c4cf6d9
|
38
update.sh
Normal file
38
update.sh
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
echo "Switch to subdir Librarys"
|
||||||
|
cd Librarys
|
||||||
|
echo "Pull litjson"
|
||||||
|
cd litjson
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
echo "Pull Mono.Posix"
|
||||||
|
cd Mono.Posix
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
echo "Pull mqtt"
|
||||||
|
cd mqtt
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
cd ..
|
||||||
|
echo "Pull mqtt-map"
|
||||||
|
cd mqtt-map
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
echo "Switch to subdir Utils"
|
||||||
|
cd Utils
|
||||||
|
echo "Pull Bot-Utils"
|
||||||
|
cd Bot-Utils
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
echo "Pull ConnectorDataMqtt"
|
||||||
|
cd ConnectorDataMqtt
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
echo "Pull Utils"
|
||||||
|
cd Utils
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
echo "Pull Utils-IoT"
|
||||||
|
cd Utils-IoT
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
|
read -p "Press return"
|
Reference in New Issue
Block a user