Skip to content

Instantly share code, notes, and snippets.

@mateosalta
Created September 14, 2016 23:10
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 mateosalta/c4b9179c798e1f59c1ae2466753bba64 to your computer and use it in GitHub Desktop.
Save mateosalta/c4b9179c798e1f59c1ae2466753bba64 to your computer and use it in GitHub Desktop.
#!/bin/bash
rm *.click
click build ../"${PWD##*/}"
adb shell "rm ~/Documents/*.click"
adb push *.click Documents
adb shell "pkcon install-local ~/Documents/*.click --allow-untrusted"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment