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