Some Plan 9 workalikes.
This commit is contained in:
parent
771ff2bc05
commit
629864f582
4 changed files with 107 additions and 0 deletions
6
bin/slay
Executable file
6
bin/slay
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
for i
|
||||
do
|
||||
psu | awk '$NF ~ /^('$i')$/ {printf("/bin/kill -9 %d # %s\n", $2, $0);}'
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue