#!/usr/lib/ruby/bin/ruby
$:.push File.expand_path("../lib", __dir__)
require "berkshelf/cli"

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