#!/usr/bin/ruby1.8
# The command line Sass parser.

require 'haml'
require 'haml/exec'

opts = Haml::Exec::Sass.new(ARGV)
opts.parse!
