This commit is contained in:
Jakub Adamski 2019-01-10 15:05:24 +01:00
parent 4f081c4627
commit 80b80511a5

View File

@ -49,7 +49,7 @@ int main (){
ile = cut(argv, komenda);
if (argv[0]==NULL)
continue;
else if (argv[0][0]=='e' && argv[1]=='x' && argv[2]=='i')
else if (!strcmp(argv[0], "exit"))
break;
else
if (fork() == 0)