Add latestghrel snippet

main
rwxrob 2 years ago
parent 529d63e6cf
commit b31f3a6907

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