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

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