Method: Rundock::Backend::Base#run_commands

Defined in:
lib/rundock/backend.rb

#run_commands(cmd, exec_options = {}) ⇒ Object



29
30
31
32
33
# File 'lib/rundock/backend.rb', line 29

def run_commands(cmd, exec_options = {})
  Array(cmd).each do |c|
    run_command(c, exec_options)
  end
end