Created
May 30, 2013 14:46
-
-
Save monkstone/5678422 to your computer and use it in GitHub Desktop.
bash scripts for ant
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
#!/usr/bin/env sh | |
export JAVA_HOME="/opt/jdk1.6.0_43" | |
export ANT_HOME="/opt/apache-ant-1.9.0" | |
export PATH="${PATH}:${ANT_HOME}/bin" | |
${ANT_HOME}/bin/ant $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment