#!/usr/bin/env ruby

here = File.dirname(__FILE__)
$LOAD_PATH << File.expand_path(File.join(here, '..', 'lib'))
require 'fluent/command/ctl'

Fluent::Ctl.new.call
