### XFORCE was here


if [ "$(grep -o activate.adobe.com /etc/hosts)" = "activate.adobe.com" ];
then exit 0
else  
echo "127.0.0.1     activate.adobe.com" >> /etc/hosts
exit 0
fi


