Class: VagrantSubutai::Util::Terminal

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-subutai/util/terminal.rb

Class Method Summary collapse

Class Method Details

.execute_cmd(*command) ⇒ Object



4
5
6
# File 'lib/vagrant-subutai/util/terminal.rb', line 4

def self.execute_cmd(*command)
  system(*command)
end