#!/usr/bin/env ruby $LOAD_PATH.unshift File.dirname(__FILE__) + "/../lib" require "meowcop" exit Meowcop::CLI.start(ARGV)