new wget options
This commit is contained in:
parent
c4bf838784
commit
acf0181015
2
main.sh
2
main.sh
@ -16,5 +16,5 @@ cd clones
|
|||||||
|
|
||||||
while read -r line ; do
|
while read -r line ; do
|
||||||
if [ -z "$line" ] ; then continue ; fi
|
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"
|
done < "../$sourcefile"
|
||||||
|
Loading…
Reference in New Issue
Block a user