5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
ORG="ich777"
|
|
REPO="unraid-nvidia-driver"
|
|
|
|
curl -s https://api.github.com/repos/${ORG}/${REPO}/releases?per_page=1000 | egrep '"name"|"download_count"' | sed -e '/.md5/,+1d' | tr -d '"'
|