This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
gant/gant-script
2010-03-05 06:48:40 +00:00

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