From b1e2589e00197de598215c6504c7714998d3f095 Mon Sep 17 00:00:00 2001 From: Tyler Mauthe Date: Sun, 23 Oct 2016 14:42:17 -0700 Subject: Renamed to Smashing --- bin/smashing | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 bin/smashing (limited to 'bin/smashing') diff --git a/bin/smashing b/bin/smashing new file mode 100755 index 0000000..cce9340 --- /dev/null +++ b/bin/smashing @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +require "pathname" +bin_file = Pathname.new(__FILE__).realpath +$:.unshift File.expand_path("../../lib", bin_file) + +require 'dashing/cli' +require 'dashing/downloader' +Dashing::CLI.source_root(File.expand_path('../../templates', bin_file)) +Dashing::CLI.start(ARGV) -- cgit v1.2.3