Skip to content

AaronToh/shell

Repository files navigation

Description

My attempt at the "Build Your Own Shell" Challenge on codecrafters.io in c++. I learnt to parse shell commands, implement builtin commands, and manage processes. I utilised POSIX APIs for process management and a std::vector to track background jobs and their statuses. The bulk of my code may be found in src/main.cpp.

About

My attempt at the shell challenge on CodeCrafters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors