#!/bin/sh

basedir=$(cd `dirname $0`/..; pwd)
exec $basedir/bin/logstash web "$@"
