This website requires JavaScript.
Explore
Help
Sign In
scripts
/
_dump
Watch
1
Fork
You've already forked _dump
0
Code
Issues
Pull Requests
Activity
5d5ada8f80
_dump
/
kk.sh
3 lines
58 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
kill
-9
`
ps aux
|
grep
"
$1
"
|
awk
'{print $2}'
`
Reference in New Issue
View Git Blame
Copy Permalink