diff options
author | Parménides GV <parmegv@sdf.org> | 2013-05-29 16:06:31 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-05-29 16:09:14 +0200 |
commit | a80f3ce0b074b99b6f66bf0c9db28f89d53e5847 (patch) | |
tree | 5d1664c823413edcd95b4ab4fe3981c75b55d7c5 /compile.sh | |
parent | 086a98886a5b28c1f9426fd40c093bf2affa960e (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-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 |