add update.sh

Update mqtt-map
This commit is contained in:
BlubbFish 2019-03-31 13:39:27 +02:00
parent b09f765ab2
commit 440920a038
2 changed files with 39 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4444b97d3bf021ea5cbe4b5c4d8e62b7a6afb73c
Subproject commit 4ad9814a8461699b7fde670726ccf8146c4cf6d9

38
update.sh Normal file
View 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"