Sha256: b89028974376b68d0a89cf002e8603e659b855a7190d29c3e2aace6ae478bd87

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

#!/usr/bin/env ruby

require 'reap/application'

HELP = <<-END
Usage: #{File.basename($0)} [options]

This command will install the project on your system as a local
site-ruby package. It does this be searching for an install.rb
or setup.rb script to run.
END

if ARGV.include?('--help')
  puts HELP
else
  app = Reap::Application.new
  app.site_install
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reap-9.4.0 bin/reap-install