GitHub - vivekjoshi556/shell-cpp: Very Basic Shell built in C++ · GitHub
Skip to content

vivekjoshi556/shell-cpp

Repository files navigation

progress-banner

This is a challenge to build a POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more. Learnings: shell command parsing, REPLs, builtin commands, and more.

Ideas:

  • If we get to a point where there are many commands look into "Automatic Command Registration".
  • Very poor error checking as of now.

About

Very Basic Shell built in C++

Resources

Stars

Watchers

Forks

Contributors