mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
7 lines
115 B
Text
7 lines
115 B
Text
|
#!/usr/bin/env ruby
|
||
|
|
||
|
$:.unshift File.expand_path('../lib', __FILE__)
|
||
|
require 'hamlit/cli'
|
||
|
|
||
|
Hamlit::CLI.start(ARGV)
|