wyrm::unix::run [ -env {variable value...} ] [ -noin | -invar var ] [ -noout | -out script | -outvar var ] [ -noerr | -err script | -errvar var ] [ -wait script ] [ -- ] file-path argument...
This command runs a special case of fork and exec to handle a common case. It runs the program with the standard in, out, and error reopenned to either /dev/null or a pipe. All open channels in the interpretter are flushed prior to the fork.
This runs as