Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rrs
viewer
log-segmentation
31971f1befa045139b57847a6b3cc37315706198
31971f1befa045139b57847a6b3cc37315706198
Switch branch/tag
log-segmentation
scripts
kill.sh
Find file
Normal view
History
Permalink
kill.sh
90 Bytes
Newer
Older
init
Juon Kawakami
committed
Nov 19, 2022
1
2
3
#!/bin/sh
ps
-ef
|
grep
`
cd
..
&&
pwd
`
|
awk
'{print "kill -9", $2}'
| sh
>
/dev/null 2>&1