aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/slay5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/slay b/bin/slay
index 0028e0c8..c3a99332 100755
--- 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 "$@"