#!/usr/bin/env ruby require "bundler/setup" require "bun_bo" require 'fileutils' input_path = ARGV.first BunBo.new.run(input_path)