mirror of
https://github.com/seejohnrun/haste-client.git
synced 2025-12-11 06:25:55 +00:00
9 lines
174 B
Ruby
Executable File
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
|