#!/usr/bin/env ruby $:.unshift File.expand_path("../../lib", __FILE__) require "jenkins_cron" JenkinsCron::CLI.start(ARGV)