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