diff options
author | haturatu <taro@eyes4you.org> | 2024-12-04 01:58:18 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-12-04 01:58:18 +0900 |
commit | a74881ff15994b8a4fee5d1dc35588d206db32cb (patch) | |
tree | 5490af9d2330a09b488ed4061687e4026a1ddd01 /README.md | |
parent | f8959d86641181abe6140eca73906ebcc4876be4 (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 {} +``` |