diff --git a/Goodusb/Gmail Address Generator .txt b/Goodusb/Gmail Address Generator.txt similarity index 99% rename from Goodusb/Gmail Address Generator .txt rename to Goodusb/Gmail Address Generator.txt index a9f3155..c49d141 100644 --- a/Goodusb/Gmail Address Generator .txt +++ b/Goodusb/Gmail Address Generator.txt @@ -20,4 +20,4 @@ ENTER DELAY 1000 STRING EMAIL=$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 10 | head -n 1)@gmail.com; clear; echo "Generated email: $EMAIL"; echo "Checking email availability..."; RESPONSE=$(curl -s "https://mail.google.com/verify?email=$EMAIL"); if [[ $RESPONSE == *"The email address you entered is not available."* ]]; then echo "Email is not available"; else echo "Email is available"; fi DELAY 1000 -ENTER \ No newline at end of file +ENTER