summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0715534..1da4eb7 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,6 @@ or
```bash
cat urls | while read -r url ; do ./ogp-fetch $url ; done
```
+```bash
+cat urls | xargs -P 10 -I {} ./ogp-fetch {}
+```