7 lines
112 B
Bash
7 lines
112 B
Bash
#!/bin/sh
|
|
|
|
. /etc/apache-ant/ant.conf
|
|
|
|
export LOCALCLASSPATH=${OPT_JAR_LIST}
|
|
/usr/share/apache-ant/bin/ant "$@"
|