Skip to content

Instantly share code, notes, and snippets.

@ShaneQi
Created December 24, 2022 06:47
Show Gist options
  • Save ShaneQi/16b6519219548bea3f315e67d9f70e4f to your computer and use it in GitHub Desktop.
Save ShaneQi/16b6519219548bea3f315e67d9f70e4f to your computer and use it in GitHub Desktop.
Get GitHub repo latest release tar ball
curl -s https://api.github.com/repos/shaneqi/splunk-app-cashflow/releases/latest | jq -r .tarball_url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment