Sha256: dee4ba3f09b957fcf974e36784c75d4d654d035be0d378efc1d4a94560b2fede
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 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.run!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puppet-herald-0.1.1 | bin/puppet-herald |