This commit is contained in:
Jakub Adamski 2019-01-10 14:15:12 +01:00
parent 84b02623a9
commit a34369890b
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ int main (){
printf("\n");
execvp(argv[0], argv);
}
else
wait(NULL);
}
return 0;
}