Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/rc
U=`{cat /dev/user}
if(~ $#* 1){
U=$1
}
ps | sed -n '/^'$U' .* Broken/s%[^ ]* *%~>/proc/%
s% *.* (.*)%/ctl # \1%
s%~%echo kill%p'