summaryrefslogtreecommitdiff
path: root/bin/dashing
blob: 051acbaf3045276a48df5c79ad8dfad274e9b915 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env ruby
require "pathname"
bin_file = Pathname.new(__FILE__).realpath
$:.unshift File.expand_path("../../lib", bin_file)

require 'dashing'
Dashing::CLI.start(ARGV)