Sha256: 45d3a1774911c9fa219b6ad9c3f77ffcb1e99ff1546a9c3fde73ef378450a1df

Contents?: true

Size: 184 Bytes

Versions: 3

Compression:

Stored size: 184 Bytes

Contents

#!/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)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
webhookd-0.0.9 bin/webhookd
webhookd-0.0.8 bin/webhookd
webhookd-0.0.7 bin/webhookd