Nwidart\Modules\Process\Runner::run PHP Method

run() public method

Run the given command.
public run ( string $command )
$command string
    public function run($command)
    {
        passthru($command);
    }