Skip to content

tobiaskocur/custom_shell

Repository files navigation

custom_shell

Custom POSIX-compliant shell in C++ – parses commands, runs externals/builtins (cd, pwd, echo, type, exit).

Stage Progress

Features

  • REPL loop
  • Builtins: exit, echo, pwd, cd, type
  • PATH search + exec perms check [your fix!]
  • Robust dir iteration (skips missing paths)

Build & Run

mkdir build && cd build
cmake ..
make
./shell

About

A custom shell enviroment made in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors