https://osu.ppy.sh/community/forums/topics/619322
https://steamcommunity.com/sharedfiles/filedetails/2166246924
Pinned Loading
-
osu! beatmap pack mass downloader
osu! beatmap pack mass downloader 1#!/bin/bash
2read -p "Enter Starting Beatmap Pack Number: " pack_number
3read -p "Enter How many you want to download (downwards): " num_times
4for i in $(seq $num_times); do
5res=$((pack_number+1-i))
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.