From 0a45a8c5e524503725136c752bcecb75c505bdba Mon Sep 17 00:00:00 2001 From: newton-cn Date: Sat, 24 May 2025 13:26:52 +0900 Subject: [PATCH] tt --- null | 0 runpops.bat | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 null create mode 100644 runpops.bat 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 -- 2.43.0