plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 88e348435e417d1b7c9a8bde88ed93fbb9d98d6e
parent 78a9573fc61620d479f6e46230b9ebb6b5b449f2
Author: rsc <devnull@localhost>
Date:   Tue,  4 Jan 2005 21:15:45 +0000

use kill -9 instead

Diffstat:
Mbin/slay | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/bin/slay b/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 "$@"