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

require 'sass'
require 'sass/exec'

opts = Sass::Exec::SassScss.new(ARGV, :sass)
opts.parse!
