2006-12-25 00:22:32 +00:00
|
|
|
#!/usr/bin/env ruby
|
|
|
|
# The command line Sass parser.
|
|
|
|
|
2007-02-01 06:20:05 +00:00
|
|
|
require File.dirname(__FILE__) + '/../lib/haml'
|
|
|
|
require 'haml/exec'
|
2006-12-25 00:22:32 +00:00
|
|
|
|
2007-02-01 06:20:05 +00:00
|
|
|
opts = Haml::Exec::Sass.new(ARGV)
|
|
|
|
opts.parse!
|