From 7759f2de1f113c77a3df4d91c5c3c146e54ba335 Mon Sep 17 00:00:00 2001 From: Narsty Date: Sat, 24 Jun 2023 11:57:43 -0500 Subject: [PATCH] Rename Gmail Address Generator .txt to Gmail Address Generator.txt --- ...Gmail Address Generator .txt => Gmail Address Generator.txt} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Goodusb/{Gmail Address Generator .txt => Gmail Address Generator.txt} (99%) 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