Function amdinfer::util::exec

Function Documentation

std::string amdinfer::util::exec(const char *cmd)

Execute an arbitrary external process.

Parameters

cmd – command to run

Returns

std::string output of the command (stdout)