#!/bin/sh
JLINK_VM_OPTIONS=
DIR=`dirname $0`
$DIR/java $JLINK_VM_OPTIONS -m log4jupdater/com.wowza.solutions.log4jupdater.Log4jUpdater $@
