#!/usr/bin/ruby.ruby4.0 

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

Fluent::Ctl.new.call
