mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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
|
||||
|
||||
for i
|
||||
do
|
||||
psu | awk '$NF ~ /^('$i')$/ {printf("/bin/kill -9 %d # %s\n", $2, $0);}'
|
||||
done
|
||||
exec /usr/local/plan9/bin/kill -9 "$@"
|
||||
|
|
Loading…
Reference in a new issue