Executable constructor

Executable(
  1. String name,
  2. String pathToScript
)

Create an executable with a name and a path.

Implementation

Executable(this.name, this.pathToScript);