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