1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-11 06:25:55 +00:00
Files
haste-client/bin/haste
2014-11-01 10:22:40 -04:00

9 lines
174 B
Ruby
Executable File

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