Top Level Namespace

Defined Under Namespace

Modules: RemoteTerminal

Constant Summary collapse

ROOT_PATH =
File.expand_path(File.dirname(__FILE__))

Instance Method Summary collapse

Instance Method Details

#helpObject



8
9
10
11
12
13
14
15
16
17
# File 'bin/rt', line 8

def help
  puts "usage: rt command
  
  Example:
  
  rt ./configure
  rt make
  rt make install
  "
end