From: newton-cn Date: Sat, 24 May 2025 04:26:52 +0000 (+0900) Subject: tt X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=0a45a8c5e524503725136c752bcecb75c505bdba;p=newton-cn_pos.git tt --- diff --git a/null b/null new file mode 100644 index 0000000..e69de29 diff --git a/runpops.bat b/runpops.bat new file mode 100644 index 0000000..1d2862a --- /dev/null +++ b/runpops.bat @@ -0,0 +1,14 @@ +@echo off +mode con cols=30 lines=5 + +echo POPs Update Check +echo Please wait... + +taskkill /i /im /newton-cn.exe > null + +git -C c:\newton-cn_pos pull + +start /min POPs.lnk +start /min newton-cn.lnk + +exit \ No newline at end of file