소스 검색

updated

master
10195501441 3 년 전
부모
커밋
3b925902e2
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      yeeshell
  2. +1
    -1
      yeeshell.c

BIN
yeeshell 파일 보기


+ 1
- 1
yeeshell.c 파일 보기

@ -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)

불러오는 중...
취소
저장