shithub: riscv

ref: b5362dc72220a4ac80678cc00e4289befae337e3
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'