1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-28 06:11:29 +00:00
Files
haste-client/bin/haste
2013-11-16 13:36:52 -05:00

11 lines
199 B
Ruby
Executable File

#!/usr/bin/env ruby
require 'bundler/setup'
require 'pathname'
path = Pathname.new(__FILE__)
require File.expand_path(File.dirname(path.realpath) + '/../lib/haste')
cli = Haste::CLI.new
cli.start