summaryrefslogtreecommitdiffstats
path: root/community-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'community-scripts')
-rw-r--r--community-scripts/parallel_read/pllread.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/community-scripts/parallel_read/pllread.sh b/community-scripts/parallel_read/pllread.sh
new file mode 100644
index 0000000..02c8d36
--- /dev/null
+++ b/community-scripts/parallel_read/pllread.sh
@@ -0,0 +1,5 @@
+URL="Enter the complete url here";
+for i in {1..1000};
+do
+echo $URL
+done | xargs -L1 -P50 wget -O /dev/null