# File lib/teamocil/layout.rb, line 41
    def execute_commands(commands) # {{{
      `#{commands.join("; ")}`
    end