mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
a25e1fbfdc
git-svn-id: svn://hamptoncatlin.com/haml/trunk@476 7063305b-7217-0410-af8c-cdc13e5119b9
7 lines
140 B
Ruby
Executable file
7 lines
140 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require File.dirname(__FILE__) + '/../lib/haml'
|
|
require 'haml/exec'
|
|
|
|
opts = Haml::Exec::CSS2Sass.new(ARGV)
|
|
opts.parse!
|