1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-15 16:25:57 +00:00
Files
haste-client/bin/haste
2012-01-28 10:10:23 -05: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