summaryrefslogtreecommitdiffstats
path: root/community-scripts/parallel_read/pllread.sh
blob: 02c8d36fb0aed3256fb9a6f38b60ed003988c525 (plain)
1
2
3
4
5
URL="Enter the complete url here";
for i in {1..1000};
do
echo $URL 
done | xargs -L1 -P50 wget -O /dev/null