소스 검색

ASCII Art to indicate nnn launched program

master
Arun Prakash Jana 7 년 전
부모
커밋
10a18bf07e
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      nnn.c

+ 1
- 0
nnn.c 파일 보기

@@ -281,6 +281,7 @@ spawn(char *file, char *arg, char *dir)
if (pid == 0) {
if (dir != NULL)
status = chdir(dir);
fprintf(stdout, "\n +-++-++-+\n | n n n |\n +-++-++-+\n\n");
execlp(file, file, arg, NULL);
_exit(1);
} else {


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