#include int main() { char * const argv[] = {"/bin/sh", NULL}; execve("/bin/sh", argv, NULL); return 0; }