Skip to content

Instantly share code, notes, and snippets.

@jasonmimick
Created February 4, 2019 20:39
Show Gist options
  • Save jasonmimick/766cd6e6fa8a53c2bd10e62abc0a56a7 to your computer and use it in GitHub Desktop.
Save jasonmimick/766cd6e6fa8a53c2bd10e62abc0a56a7 to your computer and use it in GitHub Desktop.
```bash
YCSB_VERSION=$(curl --silent https://api.github.com/repos/brianfrankcooper/YCSB/releases/latest | jq '.tag_name')
URL=$(curl --silent https://api.github.com/repos/brianfrankcooper/YCSB/releases/latest | jq '.assets[] | select(.name =="ycsb-0.15.0.tar.gz") | .browser_download_url')
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment