SSH.local_command

static SSH.local_command(command, folder=None)[source]

Enter a local BASH command.

Parameters
  • command (str) – The command to execute on the local system.

  • folder (str) – Local folder to execute the command from.

Returns

None