#include <string>
Go to the source code of this file.
Functions | |
int | shellcommand (const string &command, const string &tempdir="") |
int | shellcommand_background (const string &command) |
|
Execute shell command and feed its output to y2log |
|
Execute shell command in background. That means start and forget about it! |