diff --git a/twitupd.sh b/twitupd.sh index bc5631a..20ce831 100755 --- a/twitupd.sh +++ b/twitupd.sh @@ -18,7 +18,6 @@ URLS=( ) IFS=$'\n' -#for I in $(curl -s https://erb.pw/blacklist); do for URL in ${URLS[@]}; do for I in $(curl -s $URL); do CHECK=$(grep -c $I $MYS_DATA/blacklist.txt)