summaryrefslogtreecommitdiff
path: root/bin/dashing
diff options
context:
space:
mode:
authorTyler Mauthe <me@tylermauthe.com>2016-10-23 14:42:17 -0700
committerTyler Mauthe <me@tylermauthe.com>2016-10-23 14:42:17 -0700
commitb1e2589e00197de598215c6504c7714998d3f095 (patch)
treebf8375d5d2b05740fa03a056d78c672c883e9e1f /bin/dashing
parent3d0b97e8feec98bd5f222e325f1c8717ac308832 (diff)
Renamed to Smashing
Diffstat (limited to 'bin/dashing')
-rwxr-xr-xbin/dashing9
1 files changed, 0 insertions, 9 deletions
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)