Skip to content

Instantly share code, notes, and snippets.

@STAR-ZERO
Created May 14, 2018 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save STAR-ZERO/e381632a682f63844277352096c13725 to your computer and use it in GitHub Desktop.
Save STAR-ZERO/e381632a682f63844277352096c13725 to your computer and use it in GitHub Desktop.
shell script for bundletool
#!/bin/sh
dir=$(dirname $0)
java -jar "$dir/bundletool-all-0.3.3.jar" $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment