1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/exe/hamlit
2016-03-10 14:47:47 +01:00

6 lines
118 B
Ruby
Executable file

#!/usr/bin/env ruby
$:.unshift File.expand_path('../../lib', __FILE__)
require 'hamlit/cli'
Hamlit::CLI.start(ARGV)