diff options
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 {} +``` |