Created
August 21, 2019 03:47
-
-
Save DaysJan/2a6675b443d834da8a4dba7dffbaf967 to your computer and use it in GitHub Desktop.
Revisions
-
DaysJan created this gist
Aug 21, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -