Created
November 23, 2021 20:38
-
-
Save mattkasun/db6e4ccc42674524f86a77a82e88cfb7 to your computer and use it in GitHub Desktop.
Get Version of Latest Github Release
This file contains 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 -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