Last active
October 8, 2015 22:38
-
-
Save alterakey/3398961 to your computer and use it in GitHub Desktop.
Crude loopy launcher for android apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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