Skip to content

Instantly share code, notes, and snippets.

@mattkasun
Created November 23, 2021 20:38
Show Gist options
  • Save mattkasun/db6e4ccc42674524f86a77a82e88cfb7 to your computer and use it in GitHub Desktop.
Save mattkasun/db6e4ccc42674524f86a77a82e88cfb7 to your computer and use it in GitHub Desktop.
Get Version of Latest Github Release
curl -fsSLI -o /dev/null -w %{url_effective} https://github.com/mattkasun/timetrace-gui/releases/latest | awk -F/ '{print $8}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment