Skip to content
Snippets Groups Projects
Commit 5f3cfde0 authored by taggart's avatar taggart
Browse files

remove trailing slash

parent 7977697d
Branches
No related tags found
No related merge requests found
......@@ -16,21 +16,21 @@ echo "# domains that are registered by the owner of the domain they are a typo f
for file in $owned; do
echo "# ${file%-owned} owned domains"
for domain in `cat lists/$file`; do
echo "$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net/ if this is in error."
echo ".$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net/ if this is in error."
echo "$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net if this is in error."
echo ".$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net if this is in error."
done
done
echo
echo "# domains that are registered by a squatter/random"
for domain in `cat lists/$registered`; do
echo "$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net/ if this is in error."
echo ".$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net/ if this is in error."
echo "$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net if this is in error."
echo ".$domain error: This domain exists, but is probably a typo. Contact https://support.riseup.net if this is in error."
done
echo
echo "# domains that aren't registered"
for domain in `cat lists/$not`; do
echo "$domain error: This domain isn't resolving, but is probably a typo anyway. Contact https://support.riseup.net/ if this is in error."
echo ".$domain error: This domain isn't resolving, but is probably a typo anyway. Contact https://support.riseup.net/ if this is in error."
echo "$domain error: This domain isn't resolving, but is probably a typo anyway. Contact https://support.riseup.net if this is in error."
echo ".$domain error: This domain isn't resolving, but is probably a typo anyway. Contact https://support.riseup.net if this is in error."
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment