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

View File

@ -49,9 +49,8 @@ int main (){
break;
else
if (fork() == 0){
printf("/n");
printf("\n");
execvp(argv[0], argv);
exit(0);
}
}
return 0;