public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
haml / bin / haml
100755 10 lines (7 sloc) 0.189 kb
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env ruby
# The command line Haml parser.
 
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
require 'haml'
require 'haml/exec'
 
opts = Haml::Exec::Haml.new(ARGV)
opts.parse!