summaryrefslogtreecommitdiff
path: root/rc/bin/aanuke
blob: 8b72554fa9c59cea7111924869cf50c32642e6d1 (plain)
1
2
3
4
5
6
#!/bin/rc
rfork e
for(i in `{ps | grep -e '[ ]+aan$' | awk '{print $2}'}){
	if(! grep -s -e '[ ]+\/net(\.alt)?\/tcp\/[0-9]+\/data$' /proc/$i/fd)
		echo '@{echo kill>/proc/'$i'/note} # aan (idle)'
}