Add latestghrel snippet

rwxrob 2 years ago
parent 62b62da12e
commit 9605378d5f
No known key found for this signature in database
GPG Key ID: 2B9111F33082AE77

@ -0,0 +1,3 @@
user=""
repo=""
latest=$(curl -sSL "https://api.github.com/repos/$user/$repo/releases/latest" | jq -r .name)
Loading…
Cancel
Save