Skip to content

Instantly share code, notes, and snippets.

@aceberg
Created January 6, 2023 16:02
Show Gist options
  • Save aceberg/1782c50756c8eac1f7090dd094d1071a to your computer and use it in GitHub Desktop.
Save aceberg/1782c50756c8eac1f7090dd094d1071a to your computer and use it in GitHub Desktop.
Get latest version number from Github
#!/bin/bash
curl --silent https://api.github.com/repos/aceberg/git-syr/releases/latest | sed '/tag_name/!d;s/.*: "//;s/".*//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment