void run(string cmd)
{
    if (g_echo == OFF)
        cmd += "> /dev/null 2>&1";

    system(0, cmd);
}
