Fixed syntax error.
This commit is contained in:
parent
3cc0558cc5
commit
10916ac4c8
@ -13,7 +13,7 @@ scrape_url() {
|
||||
echo -e "Found \033[32m${count}\033[0m proxies on \033[33m${url}\033[0m"
|
||||
}
|
||||
|
||||
if [ -n "$1" ]
|
||||
if [ -n "$1" ]; then
|
||||
PROXIES=""
|
||||
if [ -f "$1" ]; then
|
||||
while IFS= read -r url; do
|
||||
@ -31,4 +31,4 @@ PROXIES=$(printf "%s\n" "$PROXIES" | sort -u)
|
||||
printf "%s\n" "$PROXIES" > proxies.txt
|
||||
|
||||
total_count=$(echo "$PROXIES" | wc -l)
|
||||
echo "Grand Total: ${total_count} proxies"
|
||||
echo "Grand Total: ${total_count} proxies"
|
||||
|
Loading…
Reference in New Issue
Block a user