mirror of
https://github.com/seejohnrun/haste-client.git
synced 2026-01-01 16:09:14 +00:00
7 lines
102 B
Ruby
Executable File
7 lines
102 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require File.dirname(__FILE__) + '/../lib/haste'
|
|
|
|
cli = Haste::CLI.new
|
|
cli.start
|