mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
faster requests in bulk.sh
This commit is contained in:
@@ -13,5 +13,5 @@ for uuid in `cat "$dir/uuids.txt"`; do
|
|||||||
if [ "$(( ((RANDOM<<15)|RANDOM) % 2 ))" -eq "1" ]; then
|
if [ "$(( ((RANDOM<<15)|RANDOM) % 2 ))" -eq "1" ]; then
|
||||||
helm="&helm"
|
helm="&helm"
|
||||||
fi
|
fi
|
||||||
curl -sSL -o /dev/null -w "%{url_effective} %{http_code} %{time_total}s\\n" "http://$host/avatars/$uuid?size=$size$helm" || exit 1
|
curl -sSL -o /dev/null -w "%{url_effective} %{http_code} %{time_total}s\\n" "http://$host/avatars/$uuid?size=$size$helm" &
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user