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

require 'sass'
require 'sass/exec'

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