#!/bin/sh

#
# This script starts the LRGS Real Time Summary Status GUI
#
SCRIPT=$(readlink -f "$0")
# Absolute path this script is in, thus /home/user/bin
APP_PATH=$(dirname "$SCRIPT")

${APP_PATH}/bin/decj lrgs.rtstat.RtSummaryStat $*
