rwxrob-dot/snippets/bash/latestghrel
2022-05-10 13:09:01 -04:00

4 lines
109 B
Plaintext

user=""
repo=""
latest=$(curl -sSL "https://api.github.com/repos/$user/$repo/releases/latest" | jq -r .name)