This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10195501441
/
OS2021_Project1.Shell
Watch
3
Star
3
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
updated
master
10195501441
3 years ago
parent
232c2d5cdb
commit
3b925902e2
2 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
yeeshell
+1
-1
yeeshell.c
BIN
yeeshell
View File
+ 1
- 1
yeeshell.c
View File
@ -287,7 +287,7 @@ int execute(char *cmdline, char **args)
waitpid
(
prog_2
,
NULL
,
0
)
;
waitpid
(
prog_2
,
NULL
,
0
)
;
return
1
;
return
1
;
}
}
return
0
;
return
1
;
}
}
int
built_in
(
char
*
*
args
)
int
built_in
(
char
*
*
args
)
Write
Preview
Loading…
Cancel
Save