diff options
-rwxr-xr-x | bin/slay | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 "$@" |
index : plan9port.git | |
This is a port of many Plan 9 libraries and programs to Unix. [forked] | nobody |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/slay | 5 |
@@ -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 "$@" |