Skip to content

Instantly share code, notes, and snippets.

@monkstone
Created May 30, 2013 14:46
Show Gist options
  • Save monkstone/5678422 to your computer and use it in GitHub Desktop.
Save monkstone/5678422 to your computer and use it in GitHub Desktop.
bash scripts for ant
#!/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