Method: Blufin::Terminal.command_capture
- Defined in:
- lib/core/terminal.rb
.command_capture(commands, location = nil, verbose = true, verbose_cd = true) ⇒ Object
Runs a series of commands in the terminal (and captures the output).
73 74 75 |
# File 'lib/core/terminal.rb', line 73 def self.command_capture(commands, location = nil, verbose = true, verbose_cd = true) command(commands, location, verbose, verbose_cd, true) end |