#!/usr/bin/ruby
$:.unshift File.expand_path('../../lib',__FILE__)

require 'graphite-api'

GraphiteAPI::Runner.new(ARGV).run
