Kaynağa Gözat

add update scripts

Староверов Данила Андреевич 1 yıl önce
ebeveyn
işleme
72966e577a
2 değiştirilmiş dosya ile 19 ekleme ve 0 silme
  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 ..