nicer printout while downloading

This commit is contained in:
Alexander Bocken 2021-06-18 17:40:31 +02:00
parent 1272a80ae0
commit 6fe5bbdd5c
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

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