execute

suspend fun execute(command: String): String

Execute the given command.

  • Commands run sequentially; concurrent calls are queued until the previous one finishes.

  • The command must not start with a leading "/".

  • The command size must be less than 1447 bytes.

  • On server-side failure, the response will be: "Error executing:

    $command ($

    message)".