Skip to content

Instantly share code, notes, and snippets.

@khorevaa
Created May 22, 2018 04:42
Show Gist options
  • Save khorevaa/921742ca4139da13b20e4b54d86f713e to your computer and use it in GitHub Desktop.
Save khorevaa/921742ca4139da13b20e4b54d86f713e to your computer and use it in GitHub Desktop.
Получением файла релиза GH
curl -s https://api.github.com/repos/silverbulleters/ovm/releases | grep browser_download_url | grep '[.]exe' | head -n 1 | cut -d '"' -f 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment