scripts / urp.sh
MikaelTradera's picture
Create urp.sh
7650027 verified
raw
history blame contribute delete
68 Bytes
#!/bin/bash
cat urp.txt | xargs -n 2 -P 5 sh -c 'wget -O "$0" "$1"'