execute library

Functions

execute(String command, {Stream<List<int>>? stdin, IOSink? stdout, IOSink? stderr, Directory? workingDirectory}) Future<int>
Executes a command in a child process shell and returns the exit code.