瀏覽代碼

add update scripts

Староверов Данила Андреевич 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 ..