#!/bin/sh

DIRNAME=`dirname $0`

export LD_LIBRARY_PATH=$DIRNAME/../lib:$LD_LIBRARY_PATH

$DIRNAME/webmonx-bin
