Skip to content

Instantly share code, notes, and snippets.

View Illizian's full-sized avatar
🏠
Working from home

Alex Scotton Illizian

🏠
Working from home
View GitHub Profile
@Illizian
Illizian / gh-dl-release
Last active September 30, 2016 09:06 — forked from maxim/gh-dl-release
Download assets from private Github releases
#!/usr/bin/env bash
#
# 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
#