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