method

install_system_commands

v2_6_3 - Show latest stable - Class: Shell
install_system_commands(pre = "sys_")
public

Convenience method for Shell::CommandProcessor.install_system_commands. Defines instance methods representing all the executable files found in Shell.default_system_path, with the given prefix prepended to their names.

Shell.install_system_commands
Shell.new.sys_echo("hello") # => hello