#!/usr/bin/ruby.ruby1.8 

$:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])

require 'puppet-lint'

exit PuppetLint::Bin.new(ARGV).run
