Skip to content

Instantly share code, notes, and snippets.

@anupash147
anupash147 / gh-dl-release
Last active July 5, 2024 19:53 — forked from Lauszus/gh-dl-release
Download assets from private Github releases
#!/bin/bash -e
#
# gh-dl-release! It works!
#
# This script downloads an asset from latest or specific Github release of a
# private repo. Feel free to extract more of the variables into command line
# parameters.
#
# PREREQUISITES
#