bash(script: string,options?: ShellCommandOptions,): BashCommand
Executes a bash script using the BashCommand class.
script: string
- The bash script to execute.
optional
options: ShellCommandOptions
- Optional options for the bash command.
A new instance of the BashCommand class.