#!/bin/sh
# Install plugins.
#
# Usage:
#     bin/plugin --help

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