Sha256: a595dd19dacec5363c20368e8c7f408d9d7112e3548ff328750ac1a106835bdf

Contents?: true

Size: 322 Bytes

Versions: 4

Compression:

Stored size: 322 Bytes

Contents

#!/usr/bin/env ruby
module Net
  module SSH
    module Locate
      LIB=File.dirname(__FILE__) + '/../lib'
    end
  end
end
$: << Net::SSH::Locate::LIB unless $:.include?(File.expand_path(Net::SSH::Locate::LIB))
require "thor"
require "net/ssh/locate"

begin
  Net::SSH::Locate::App.start
rescue ArgumentError
  exit
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ssh-locate-0.4.0 bin/ssh-locate
ssh-locate-0.3.0 bin/ssh-locate
ssh-locate-0.1.0 bin/ssh-locate
ssh-locate-0.0.1 bin/ssh-locate