use kill -9 instead
This commit is contained in:
parent
78a9573fc6
commit
88e348435e
1 changed files with 1 additions and 4 deletions
5
bin/slay
5
bin/slay
|
|
@ -1,6 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
for i
|
exec /usr/local/plan9/bin/kill -9 "$@"
|
||||||
do
|
|
||||||
psu | awk '$NF ~ /^('$i')$/ {printf("/bin/kill -9 %d # %s\n", $2, $0);}'
|
|
||||||
done
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue