summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-04 01:58:18 +0900
committerhaturatu <taro@eyes4you.org>2024-12-04 01:58:18 +0900
commita74881ff15994b8a4fee5d1dc35588d206db32cb (patch)
tree5490af9d2330a09b488ed4061687e4026a1ddd01 /README.md
parentf8959d86641181abe6140eca73906ebcc4876be4 (diff)
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 {}
+```