Create updater.py
Browse files- visomaster/updater.py +7 -0
visomaster/updater.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@echo off
|
2 |
+
set git="%~dp0\git\cmd\git.exe"
|
3 |
+
|
4 |
+
cd Visomaster
|
5 |
+
|
6 |
+
"%git%" reset --hard
|
7 |
+
"%git%" pull origin
|