#!/usr/bin/env ruby
$:.push File.expand_path('../../lib', __FILE__)
require 'berkshelf/cli'

Berkshelf::Cli::Runner.new(ARGV.dup).execute!
