Function exec

  • Replace the current process image with a new process image. This function does not return if successful.

    See execvp(3)

    Parameters

    • args: string | string[]

      Command argument list for the new process image.

    Returns void

Generated using TypeDoc