forked from FreakU/watch-party
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"
|
echo "Skipping $filename because it already exists"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
echo "Downloading $filename"
|
curl -s "$url" -o "$emojiFolder/$filename" &
|
||||||
curl -s "$url" -o "$emojiFolder/$filename"
|
done
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in New Issue