-
public final class ShellAPIKt
-
-
Method Summary
Modifier and Type Method Description final static Unitshell(Map<String, String> env, File dir, SuspendFunction1<Shell, Unit> script)Creates new Shell with given parameters and executes the script final static Unitshell(Map<String, String> env, File dir, CoroutineScope scope, SuspendFunction1<Shell, Unit> script)Creates new Shell with given parameters and executes the script
-