5 lines
116 B
Bash
Executable file
5 lines
116 B
Bash
Executable file
#!/bin/rc
|
|
for(i){
|
|
ps | sed -n '/ '^$i^'$/s%^[^ ]* *([^ ]*).*%chmod 666 /proc/\1/ctl;@{echo kill>/proc/\1/ctl}%p'
|
|
}
|