#!/usr/bin/env ruby

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'puppet-lint'

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