]> insang Git - newton-cn_pos.git/commitdiff
tt
authornewton-cn <insang@kakao.com>
Sat, 24 May 2025 04:26:52 +0000 (13:26 +0900)
committernewton-cn <insang@kakao.com>
Sat, 24 May 2025 04:26:52 +0000 (13:26 +0900)
null [new file with mode: 0644]
runpops.bat [new file with mode: 0644]

diff --git a/null b/null
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/runpops.bat b/runpops.bat
new file mode 100644 (file)
index 0000000..1d2862a
--- /dev/null
@@ -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