From 9e5faf3562441987a073f43966421eca18a18364 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Wed, 7 Apr 2021 10:06:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=81=9C=E6=AD=A2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stop.bat | 1 + stop.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 stop.bat create mode 100644 stop.sh diff --git a/stop.bat b/stop.bat new file mode 100644 index 0000000..f072133 --- /dev/null +++ b/stop.bat @@ -0,0 +1 @@ +taskkill -f -t -im go-fly.exe \ No newline at end of file diff --git a/stop.sh b/stop.sh new file mode 100644 index 0000000..789a676 --- /dev/null +++ b/stop.sh @@ -0,0 +1,2 @@ +ps -ef|grep "go-fly" +kill -9 $(pidof 'go-fly') \ No newline at end of file