Sha256: d9aa2adaac6bb9d18d1e85fd391cb5c6dd2e0960ca34e468a25029e13ac1cfb5

Contents?: true

Size: 232 Bytes

Versions: 3

Compression:

Stored size: 232 Bytes

Contents

#!/usr/bin/env ruby

$0 = 'puppet-herald'

begin
  require 'puppet-herald/cli'
rescue LoadError
  require 'rubygems'
  require 'puppet-herald/cli'
end

# Process command line options and run Puppet Herald
PuppetHerald::CLI.new.run!

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-herald-0.8.1 bin/puppet-herald
puppet-herald-0.8.0 bin/puppet-herald
puppet-herald-0.2.0 bin/puppet-herald