void run(string cmd)
{
    system(P_CHECK, cmd);
}

