9 lines
193 B
Bash
Executable file
9 lines
193 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Gant startup script
|
|
# Lubomir Rintel <lkundrak@v3.sk>
|
|
|
|
BASE_JARS="$BASE_JARS gant"
|
|
BASE_JARS="$BASE_JARS ../../lib/jvm/java/lib/tools"
|
|
CLASS=gant.Gant
|
|
. "$(dirname "$0")"/groovy
|