shithub: riscv

ref: 5542062dc8e0b6486a9e9e0b8993645b42eb9e5a
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'