nicer printout while downloading

This commit is contained in:
2021-06-18 17:40:31 +02:00
parent 1272a80ae0
commit 6fe5bbdd5c

View File

@ -107,7 +107,7 @@ scan(){
running_dls=0
fi
wget -q -O "$filelocation" "$file_url" &
echo downloading "$filelocation"
echo "[+] $filelocation"
((running_dls=running_dls+1))
fi
done