Skip to content

Instantly share code, notes, and snippets.

@alterakey
Last active October 8, 2015 22:38
Show Gist options
  • Save alterakey/3398961 to your computer and use it in GitHub Desktop.
Save alterakey/3398961 to your computer and use it in GitHub Desktop.
Crude loopy launcher for android apps
#!/bin/sh
base=`dirname $0`
$base/run-test-ant test-unit-quick c:clean u:test-unit-quick U:test-unit-clean i:test-integ-quick I:test-integ-clean f:test-func-clean a:test-accept-clean l:'debug install run' L:'clean-quick debug uninstall install run' $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment