#! /usr/bin/ruby1.8
# The compass command line utility

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', RUBY_VERSION.match(/^\d+\.\d+/).to_s, 'compass'))
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'ruby', RUBY_VERSION.match(/^\d+\.\d+/).to_s, 'compass', 'exec'))

command = Compass::Exec::Compass.new(ARGV)
exit command.run!
