Skip to content

execve

execve(proc, path, argv?, env?): number

Defined in: src/fs/exec.ts:42

Replace what proc is running with path

Process

string

string[] = ...

Record<string, string> = proc.env

number