compass/bin/compass
2009-01-19 07:52:39 -08:00

9 lines
294 B
Ruby
Executable File

#!/usr/bin/env ruby
# The compass command line utility
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass'))
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass', 'exec'))
command = Compass::Exec::Compass.new(ARGV)
exit command.run!