ME=`hostname`

if [ -f /home/hosts.${ME} ]; then
	cat /home/hosts.${ME} > /etc/hosts
	echo hosts restored on ${ME}
fi

