#!/usr/bin/env /Users/guillaume/Desktop/third-party/jruby-1.4.0/bin/jruby
# The command line Sass parser.

require File.dirname(__FILE__) + '/../lib/haml'
require 'haml/exec'

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