aboutsummaryrefslogtreecommitdiff
path: root/bin/slay
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-04 21:15:45 +0000
committerrsc <devnull@localhost>2005-01-04 21:15:45 +0000
commit88e348435e417d1b7c9a8bde88ed93fbb9d98d6e (patch)
treef1c1119a3430aa0ce65b9011e1d0624afe2734f3 /bin/slay
parent78a9573fc61620d479f6e46230b9ebb6b5b449f2 (diff)
downloadplan9port-88e348435e417d1b7c9a8bde88ed93fbb9d98d6e.tar.gz
plan9port-88e348435e417d1b7c9a8bde88ed93fbb9d98d6e.tar.bz2
plan9port-88e348435e417d1b7c9a8bde88ed93fbb9d98d6e.zip
use kill -9 instead
Diffstat (limited to 'bin/slay')
-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 "$@"