ref: 99e2d549e86cbdf4c364a476b8eb008c8fcff6ec
dir: /rc/bin/aanuke/
#!/bin/rc rfork e for(i in `{psu | awk '/[ ]+aan$/ {print $2}'}){ if(! grep -s -e '[ ]+\/net(\.alt)?\/tcp\/[0-9]+\/data$' /proc/$i/fd) echo '@{echo kill>/proc/'$i'/note} # aan (idle)' }