Skip to content

Writing a Basic UNIX like shell that will work like the UNIX shell but no fully like it.

Notifications You must be signed in to change notification settings

solomonchidera/simple_shell

Repository files navigation

Simple Shell Project.

Project Objective:

  • Create a prompt and wait for user to input a command.
  • parse the command if it's more than 2 in the line.
  • Tokenize long strings.
  • search for the executable form of the command in the path.
  • display the executable file as a baby process of the shell parent process.
  • Go back to the parent process again which is your shell itself.

was done by me and the most coolest colleague Moniaar

Random Quote

Never stop being good

About

Writing a Basic UNIX like shell that will work like the UNIX shell but no fully like it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages