Skip to content

Instantly share code, notes, and snippets.

Created September 23, 2012 13:03
Show Gist options
  • Save anonymous/3f08a93d77c3c2530f7b to your computer and use it in GitHub Desktop.
Save anonymous/3f08a93d77c3c2530f7b to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# The command line Sass parser.
require File.dirname(__FILE__) + '/../lib/sass'
require 'sass/exec'
opts = Sass::Exec::Scss.new(ARGV)
opts.parse!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment