BashShell.withPid constructor

BashShell.withPid(
  1. int? pid
)

Attached to a bash shell with the given pid.

Implementation

BashShell.withPid(this.pid);