runOrQuit

Runs the given command, and exits the program if the return code is not 0.

  1. void runOrQuit(string cmd)
    void
    runOrQuit
    (
    string cmd
    )
  2. void runOrQuit(string cmd, string outputFile)

Parameters

cmd string

The command to run.

Meta