#!/usr/bin/env ruby require 'pathname' bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path("../../lib", bin_file) require 'webhookd/cli' Webhookd::CLI.start(ARGV)