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

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

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