Староверов Данила Андреевич преди 1 година
родител
ревизия
72966e577a
променени са 2 файла, в които са добавени 19 реда и са изтрити 0 реда
  1. 13 0
      update_unix.sh
  2. 6 0
      update_win.bat

+ 13 - 0
update_unix.sh

@@ -0,0 +1,13 @@
+git pull
+cd design_template/
+git pull
+cd ..
+cd tickets/ 
+git pull
+cd ..
+cd metaservicesynced/
+git pull
+cd ..
+cd openlocal/
+git pull
+cd ..

+ 6 - 0
update_win.bat

@@ -0,0 +1,6 @@
+@echo off
+git pull
+cd design_template && git pull && cd ..
+cd tickets && git pull && cd ..
+cd metaservicesynced && git pull && cd ..
+cd openlocal && git pull && cd ..