A simple shell built in C.
git clone https://github.com/low_level_shell
cd low_level_shell
make
./Bin/shell
make clear
You can configure your prompt by clicking on this main file and changing the argument given to readline
variable, in the 23th line
.
we only have two builtin commands
- cd : change directory
- env : print environment variables
- exit : exit the low_level_shell