1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/bin/sass
nex3 cf849ec495 Tagged 1.5.
git-svn-id: svn://hamptoncatlin.com/haml/tags/rel_1-5-0@395 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-07 07:32:09 +00:00

8 lines
168 B
Ruby
Executable file

#!/usr/bin/env ruby
# The command line Sass parser.
require File.dirname(__FILE__) + '/../lib/haml'
require 'haml/exec'
opts = Haml::Exec::Sass.new(ARGV)
opts.parse!