tuse kill -9 instead - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 88e348435e417d1b7c9a8bde88ed93fbb9d98d6e
 (DIR) parent 78a9573fc61620d479f6e46230b9ebb6b5b449f2
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue,  4 Jan 2005 21:15:45 +0000
       
       use kill -9 instead
       
       Diffstat:
         M bin/slay                            |       5 +----
       
       1 file changed, 1 insertion(+), 4 deletions(-)
       ---
 (DIR) diff --git a/bin/slay b/bin/slay
       t@@ -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 "$@"