소스 검색

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 ..