#! /usr/bin/env ruby require "pathname" bin_file = Pathname.new(__FILE__).realpath # add self to libpath $:.unshift File.expand_path("../../lib", bin_file) require 'jsontoerb/cli' JsonToErb::CLI.start(*ARGV)