#!/usr/bin/env ruby require "pathname" bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path("../../lib", bin_file) require 'baseboard/cli' require 'baseboard/downloader' Baseboard::CLI.source_root(File.expand_path('../../templates', bin_file)) Baseboard::CLI.start(ARGV)