diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-08-19 16:45:25 -0300 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-08-19 16:45:25 -0300 |
commit | 40d4303cadb89c5a0a86199a618626095f625c4c (patch) | |
tree | 28b50eabb377396e6b85f272a2fc9d8baa258cfe /service/stop | |
parent | c2079b687ee88632f24fdf31a251c11f7d695a13 (diff) |
leap_home to be user home and reading certs (self signed) from within project
Diffstat (limited to 'service/stop')
-rwxr-xr-x | service/stop | 2 |
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 |