shithub: riscv

ref: 0a6439a1f564de17bfad7a327178e47483a86e1a
dir: /rc/bin/broke/

View raw version
#!/bin/rc
U=`{cat /dev/user}
if(~ $#* 1){
	U=$1
}
ps | sed -n '/^'$U' .* Broken/s%[^ ]*  *%~>/proc/%
s%  *.* (.*)%/ctl # \1%
s%~%echo kill%p'