Skip to content

Instantly share code, notes, and snippets.

@hhhaiai
Forked from wfxr/github-release-download.sh
Created September 18, 2024 12:59
Show Gist options
  • Save hhhaiai/853d6916afd85c56d05cd4f42abc9405 to your computer and use it in GitHub Desktop.
Save hhhaiai/853d6916afd85c56d05cd4f42abc9405 to your computer and use it in GitHub Desktop.
从Github上面下载最新的Release包
# eg: download exa
curl -s https://api.github.com/repos/ogham/exa/releases/latest | grep browser_download_url | grep linux | cut -d'"' -f4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment