You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if grep -i "premium" ${TMP_FILE} &> /dev/null; then
echo "$DOMAIN is free and premium."
else
echo "$DOMAIN is free and not premium!"
fi
return 0
fi
rm ${TMP_FILE}
echo "$DOMAIN is free and *maybe* premium (not sure if is premium because whois from the command line doesn't seem to work with this domain; you have to manually check if is premium on a .${TLD^^} domain registrar webpage)."