Fetches multiple URLs in parallel with customizable concurrency
Parallel URL fetcher
puf
$ puf https://example.com https://example.org https://example.net
$ puf -c 10 < urls.txt
$ puf -o output/ https://example.com https://example.org