# File lib/whiskey_disk.rb, line 108
  def join_commands
    buffer.collect {|c| "{ #{c} ; }"}.join(' && ')
  end