Ver código fonte

updated

master
10195501441 3 anos atrás
pai
commit
3b925902e2
2 arquivos alterados com 1 adições e 1 exclusões
  1. BIN
      yeeshell
  2. +1
    -1
      yeeshell.c

BIN
yeeshell Ver arquivo


+ 1
- 1
yeeshell.c Ver arquivo

@ -287,7 +287,7 @@ int execute(char *cmdline, char **args)
waitpid(prog_2, NULL, 0);
return 1;
}
return 0;
return 1;
}
int built_in(char **args)

Carregando…
Cancelar
Salvar