Skip to content

Instantly share code, notes, and snippets.

@DaysJan
Created August 21, 2019 03:47
Show Gist options
  • Select an option

  • Save DaysJan/2a6675b443d834da8a4dba7dffbaf967 to your computer and use it in GitHub Desktop.

Select an option

Save DaysJan/2a6675b443d834da8a4dba7dffbaf967 to your computer and use it in GitHub Desktop.

Revisions

  1. DaysJan created this gist Aug 21, 2019.
    7 changes: 7 additions & 0 deletions download-last-release-url.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #!/bin/bash

    # https://help.github.com/en/articles/linking-to-releases
    # https://stackoverflow.com/questions/24987542/is-there-a-link-to-github-for-downloading-a-file-in-the-latest-release-of-a-repo
    # https://gist.github.com/steinwaywhw/a4cd19cda655b8249d908261a62687f8

    curl -s https://api.github.com/repos/owner/name/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep asset-name | wget -qi -