Merge pull request #4 from limonatasuyu/patch-1

Fixed syntax error.
This commit is contained in:
Dionysus 2023-11-11 13:40:17 -05:00 committed by GitHub
commit 56a6a12994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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