Skip to content

Instantly share code, notes, and snippets.

@JhonatanHern
Created April 26, 2019 14:38
Show Gist options
  • Save JhonatanHern/2b7ffc8771391f2a85a5d60936ec0278 to your computer and use it in GitHub Desktop.
Save JhonatanHern/2b7ffc8771391f2a85a5d60936ec0278 to your computer and use it in GitHub Desktop.
curl -s https://api.github.com/repos/holochain/holochain-rust/releases/latest \
| grep browser_download_url \
| grep linux-x64 \
| cut -d '"' -f 4 \
| wget -qi -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment