wyrm::unix::exec [ -env {variable value...} ] [ -- ] file-path argument...
Replace the current process with the execution of the file. At least one argument, usually just file-path or its tail, must specified. The process environment is the contents of ::env and any additional, optional environmental variable in the command. If the exec fails,whether this is visible depends on the disposition of the standard error file.