runScript abstract method
Future<ShellProcessResults>
runScript(
- String script, {
- ShellCommandRunOptions? options,
inherited
Run one or multiple plain text command(s).
Returns a ShellProcessResults which is a list of ShellProcessResult.
Implementation
Future<ShellProcessResults> runScript(
String script, {
ShellCommandRunOptions? options,
});