#!/bin/sh

main_class="sljms.GroupConnection"
main_class="sljms.Destinations"
reldir=`dirname $0`
source $reldir/functions

commline=`generate_command_line jg`

if [ $? -eq 0 ]; then
    #echo $commline
    exec $commline $1
else
    display_help $0
    exit 1
fi
