2008-08-23 17:00:46 +00:00
|
|
|
#!/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)
|
2009-01-19 15:52:39 +00:00
|
|
|
exit command.run!
|