#!/bin/rc
while(){
	sleep 5
	if(grep -s Broken <{ps|grep cgd})
		/usr/sl/bin/rc/recgd
}
