summaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-05-29 16:06:31 +0200
committerParménides GV <parmegv@sdf.org>2013-05-29 16:09:14 +0200
commita80f3ce0b074b99b6f66bf0c9db28f89d53e5847 (patch)
tree5d1664c823413edcd95b4ab4fe3981c75b55d7c5 /compile.sh
parent086a98886a5b28c1f9426fd40c093bf2affa960e (diff)
README now suggest to use scripts.
I've entered a new script: compile.sh I've also simlinked README.txt to README. In the future, if we want to write another file in another format (MarkDown?), we will only have to change the target of the README file.
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh3
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