Skip to content

Instantly share code, notes, and snippets.

View kyujin-cho's full-sized avatar

Kyujin Cho kyujin-cho

  • Gangnam-gu, Seoul, S. Korea
  • 14:06 (UTC +09:00)
View GitHub Profile
@kyujin-cho
kyujin-cho / gh-dl-release
Last active March 7, 2025 08:44 — 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
#