Skip to content

Instantly share code, notes, and snippets.

View FabrizioCafolla's full-sized avatar
🇮🇹

Fabrizio Cafolla FabrizioCafolla

🇮🇹
View GitHub Profile
@FabrizioCafolla
FabrizioCafolla / gh-dl-release
Last active July 22, 2024 12:04 — forked from metral/gh-dl-release
Download assets from private or public Github releases
#!/usr/bin/env bash
#
# This script downloads an asset from latest or specific Github release of a
# public or private repo.
#
# PREREQUISITES:
#
# curl, wget, jq
#
set -eE -o functrace