#include #include main(int argc, char *argv[]) { argv++; if (execvp(*argv, argv) == -1) perror("execvp failed"); exit(0); }