new wget options

This commit is contained in:
Adrian Amaglio 2020-10-28 19:08:40 +01:00
parent c4bf838784
commit acf0181015

View File

@ -16,5 +16,5 @@ cd clones
while read -r line ; do
if [ -z "$line" ] ; then continue ; fi
wget -c -w 10 --random-wait -x -r "$line" > "../logs/$line/out.log" 2> "../logs/$line/err.log" &
wget -c -w 10 --random-wait -x -m -p --follow-ftp -k "$line" -a "../logs/$line/err.log" &
done < "../$sourcefile"