Skip to content

Alejandroq12/shell-csharp

Repository files navigation

["Build a Shell" Challenge]

In this challenge, I will build my own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more. Along the way, I'll learn about shell command parsing, REPLs, builtin commands, and more.

Running the project:

  1. Ensure you have dotnet (9.0) installed locally
  2. Run ./shell.sh to run this program, which is implemented in src/main.cs.

About

A POSIX style shell implemented from scratch in C# and .NET 9. Interactive REPL, builtin commands, external process execution, and shell parsing. Actively in development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors