#!/bin/sh

DIRNAME=`dirname "$0"`
. "$DIRNAME/startGriffon"

startGriffon org.codehaus.griffon.cli.GriffonScriptRunner "$@"
