runOrQuit

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

void
runOrQuit
(
string cmd
)

Parameters

cmd string

The command to run.

Meta