Skip to content

Instantly share code, notes, and snippets.

@wfxr
Created July 24, 2017 08:16
Show Gist options
  • Save wfxr/e67d79de38c4842e48754f7e84cc44c6 to your computer and use it in GitHub Desktop.
Save wfxr/e67d79de38c4842e48754f7e84cc44c6 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