Skip to content
  • anonym's avatar
    Terminate remote shell commands with \n not \0. · 31c4bb8e
    anonym authored
    Since most string methods are line-centered this makes the code more
    readable, and it is also less surprising. I believe the only reason for
    picking \0 was in case the command contained a newline, but at least
    that has not been the case since we started packing them using JSON.
    31c4bb8e