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