/ @468910.xyz ➔ @reduxmail.com

This commit is contained in:
fro
2025-10-31 10:14:03 -05:00
parent 9a80b13704
commit 37d9663e70

View File

@@ -500,7 +500,7 @@ rote10() {
rotl=$(rotl $1 0) rotl=$(rotl $1 0)
# ${param/pattern/replacement} # ${param/pattern/replacement}
rotl="${rotl/./}" rotl="${rotl/./}"
emailaddress=$datestamp$rotl"@468910.xyz" emailaddress=$datestamp$rotl"@reduxmail.com"
echo $emailaddress echo $emailaddress
fi fi
@@ -520,7 +520,7 @@ rote36() {
rotl=$(rotl $1 0) rotl=$(rotl $1 0)
# ${param/pattern/replacement} # ${param/pattern/replacement}
rotl="${rotl/./}" rotl="${rotl/./}"
emailaddress=$datestamp$rotl"@468910.xyz" emailaddress=$datestamp$rotl"@reduxmail.com"
echo $emailaddress echo $emailaddress
fi fi