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/dashing | 9 --------- bin/smashing | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100755 bin/dashing create mode 100755 bin/smashing (limited to 'bin') diff --git a/bin/dashing b/bin/dashing deleted file mode 100755 index cce9340..0000000 --- a/bin/dashing +++ /dev/null @@ -1,9 +0,0 @@ -#!/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) 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