Represents a bash command executed using the bash
commandline.
new
BashCommand(script: string,options?: ShellCommandOptions,)
Creates a new instance of the bashCommand
class.
getShellArgs(): string[]
Gets the bash arguments for executing the bash script.