1
0
Fork 0
mirror of https://github.com/9fans/plan9port.git synced 2025-01-15 11:20:03 +00:00
plan9port/bin/slay

7 lines
99 B
Text
Raw Normal View History

2003-10-13 18:25:28 +00:00
#!/bin/sh
for i
do
psu | awk '$NF ~ /^('$i')$/ {printf("/bin/kill -9 %d # %s\n", $2, $0);}'
done