#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.join(__dir__, 'lib'))
require 'fluent/command/config_generator'

CalyptiaConfigGenerator.new.call
