Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
MikaelTradera
/
scripts
like
0
Model card
Files
Files and versions
Community
e6e05a2
scripts
/
inpaint.sh
MikaelTradera
Create inpaint.sh
1a63959
verified
about 16 hours ago
raw
Copy download link
history
blame
69 Bytes
#!/bin/bash
cat
urls.txt | xargs -n 2 -P 5 sh -c
'wget -O "$0" "$1"'