runScript abstract method

Future<ShellProcessResults> runScript(
  1. String script, {
  2. 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,
});