get_emojis_mastodon.sh: download in parallel
This commit is contained in:
parent
f552fdd321
commit
dc2544660c
|
@ -55,6 +55,5 @@ for ((i=0; i<${#shortcodesArray[@]}; i++)); do
|
|||
echo "Skipping $filename because it already exists"
|
||||
continue
|
||||
fi
|
||||
echo "Downloading $filename"
|
||||
curl -s "$url" -o "$emojiFolder/$filename"
|
||||
done
|
||||
curl -s "$url" -o "$emojiFolder/$filename" &
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue