#!/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!