#include <unistd.h> #include <stdlib.h> #include <stdio.h> int main(int argc, char**argv) { system("cat ./fork.c"); return 0; }