void stripexit(int strip)
{
    if (strip)
        system("strip tmp/bin/binary");
    beep();
}
