diff options
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh new file mode 100755 index 00000000..627728cb --- /dev/null +++ b/compile.sh @@ -0,0 +1,3 @@ +#!/bin/bash +android update project --path . +ant debug |