From ca3938b79d41369a0633a1804188cce64958d26f Mon Sep 17 00:00:00 2001 From: Cheney Date: Fri, 28 Feb 2025 17:09:47 +0800 Subject: [PATCH] =?UTF-8?q?powershell=20=E8=84=9A=E6=9C=AC=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E8=BF=90=E8=A1=8C=E7=A8=8B=E5=BA=8F=E6=98=AF=E5=8F=AF?= =?UTF-8?q?=E8=A1=8C=E7=9A=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deamon.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 deamon.ps1 diff --git a/deamon.ps1 b/deamon.ps1 new file mode 100644 index 0000000..20be60d --- /dev/null +++ b/deamon.ps1 @@ -0,0 +1 @@ +Start-Process -FilePath "hourglass.exe" -WindowStyle Hidden \ No newline at end of file