]> Sergey Matveev's repositories - dotfiles.git/blob - link-for/bin/link-for-github-release
Simpler assets lister
[dotfiles.git] / link-for / bin / link-for-github-release
1 #!/bin/sh
2
3 curl https://api.github.com/repos/${1}/${2}/releases |
4 gojq -r ".[] | .assets[] | .browser_download_url"