#include #include #include #include #include int main (int argc, char *argv[]) { execl(argv[1], argv[1]); // need to terminate with a 0! return 0; }