8 #ifndef sys_runCommand_hpp
9 #define sys_runCommand_hpp
29 int runCommand( std::vector<std::string> & commandOutput,
30 std::vector<std::string> & commandStderr,
31 std::vector<std::string> & commandList
int runCommand(std::vector< std::string > &commandOutput, std::vector< std::string > &commandStderr, std::vector< std::string > &commandList)
Runs a command (with parameters) passed in using fork/exec.