49 std::ostringstream oss;
51 std::string line =
_script +
' ' + args;
54 INFO(
"CmdLine: " << line);
55 if (!(stream = popen(line.c_str(),
"r")))
57 " command: '" + line +
'\''));
61 if ((ret = pclose(stream)) == -1 && errno)
UnixShellScript class declaration.
unix syscall helper functions
unix filesystem helper functions
Exception class for Script related errors.