File size: 69 Bytes
e93b643
 
1a63959
1
2
3
#!/bin/bash

cat urls.txt | xargs -n 2 -P 5 sh -c 'wget -O "$0" "$1"'