#ifndef _TRM_ #define _TRM_ #include #include using namespace std; namespace marcelb { /** * Execute bash command */ string exec(const string& command); } #endif