REBELinBLUE\Deployer\Scripts\Runner::appendScript PHP Method

appendScript() public method

Append commands to the end of the script.
public appendScript ( string $script )
$script string
    public function appendScript($script)
    {
        $this->script = trim($this->script . PHP_EOL . $script);
        return $this;
    }