summaryrefslogtreecommitdiff
path: root/service/stop
diff options
context:
space:
mode:
Diffstat (limited to 'service/stop')
-rwxr-xr-xservice/stop2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/stop b/service/stop
new file mode 100755
index 00000000..c4a8f11e
--- /dev/null
+++ b/service/stop
@@ -0,0 +1,2 @@
+#!/bin/bash
+pgrep -f 'python ./go' | xargs kill -9