Sha256: 6e26bcaf24f981279a079d2342ad78679cf90576f83152f5c6cca219b945a67b
Contents?: true
Size: 329 Bytes
Versions: 24
Compression:
Stored size: 329 Bytes
Contents
if __FILE__ == $0 || $0 =~ /script\/plugin/ $LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'lib')) require 'new_relic/command' begin NewRelic::Command::Install.new(:quiet => true, :app_name => 'My Application').run rescue NewRelic::Command::CommandFailure => e $stderr.puts e.message end end
Version data entries
24 entries across 24 versions & 2 rubygems