This website requires JavaScript.
Explore
Help
Sign In
scripts
/
_dump
Watch
1
Fork
You've already forked _dump
0
Code
Issues
Pull Requests
Activity
latest
_dump
/
kk.sh
3 lines
58 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
upd, changed license to 0BSD
2023-10-11 21:29:03 +02:00
#!/bin/sh
copy and update from /config/desktop-ubuntu/_scripts
2023-08-06 22:15:06 +02:00
kill
-9
`
ps aux
|
grep
"
$1
"
|
awk
'{print $2}'
`