#!/bin/sh
#
# This script starts the message browser GUI for the local LRGS machine.
#
SCRIPT=$(readlink -f "$0")
# Absolute path this script is in, thus /home/user/bin
APP_PATH=$(dirname "$SCRIPT")

${APP_PATH}/decj lrgs.gui.MessageBrowser $*
