Sha256: 300b93d6ad77c8bb06fa1e6bb48d9211497f092372723fad20b25208d8f94a7e
Contents?: true
Size: 414 Bytes
Versions: 142
Compression:
Stored size: 414 Bytes
Contents
#!/usr/bin/env ruby # executes one of the commands in the new_relic/commands directory # pass the name of the command as an argument $LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), '..','lib')) require 'new_relic/command' begin NewRelic::Command.run rescue NewRelic::Command::CommandFailure => failure STDERR.puts failure.message STDERR.puts failure.options if failure.options exit 1 end
Version data entries
142 entries across 142 versions & 6 rubygems