Created
May 16, 2021 03:53
-
-
Save SimonLeeGit/fbfe5296c8f30d07770169522f9c58aa to your computer and use it in GitHub Desktop.
get github release info by api
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 characters
curl --silent "https://api.github.com/repos/$1/releases/latest" | |
# Usage | |
# $ bash get_latest_release.sh "carla-simulator/carla" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment