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