-
-
Save khorevaa/921742ca4139da13b20e4b54d86f713e to your computer and use it in GitHub Desktop.
Получением файла релиза GH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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