-
Notifications
You must be signed in to change notification settings - Fork 0
Write a simple shell in C. Your shell should read a line from standard input, parse the line to get the command and its arguments, fork, and exec the command. Your shell should wait for commands to finish, and should exit when it receives the command exit.
nicolasmesa/shell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Write a simple shell in C. Your shell should read a line from standard input, parse the line to get the command and its arguments, fork, and exec the command. Your shell should wait for commands to finish, and should exit when it receives the command exit.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published