Method: Rex::Post::Meterpreter::Ui::Console::CommandDispatcher::Core#cmd_resource_help

Defined in:
lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb

#cmd_resource_helpObject



1347
1348
1349
1350
1351
1352
# File 'lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb', line 1347

def cmd_resource_help
  print_line "Usage: resource <path1> [path2 ...]"
  print_line
  print_line "Run the commands stored in the supplied files."
  print_line
end