Skip to content

Instantly share code, notes, and snippets.

View haxi0's full-sized avatar
😶‍🌫️

haxi0 haxi0

😶‍🌫️
View GitHub Profile
@haxi0
haxi0 / downloadCheckResolver.sh
Created February 15, 2026 18:42
downloadCheckResolver
#!/bin/bash
# downloadCheckResolver.sh
# A standalone tool to resolve ColorOS OTA download links and optionally download them via aria2c.
download=false
url=""
usage() {
echo "Usage: $0 [-d|--download] <url>"