Skip to content

Instantly share code, notes, and snippets.

@farbod-s
Created May 15, 2022 21:45
Show Gist options
  • Save farbod-s/4db2a989c8110db9f5989ff2608f1f50 to your computer and use it in GitHub Desktop.
Save farbod-s/4db2a989c8110db9f5989ff2608f1f50 to your computer and use it in GitHub Desktop.
Download the latest release from Github repository
curl -s https://api.github.com/repos/google/bundletool/releases/latest \
| grep "browser_download_url.*jar" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget -qi -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment