A small shell I built in C. Inspired by https://brennan.io/2015/01/16/write-a-shell-in-c/.
- Clone the repository.
git clone git@github.com:Nathan5563/nsh.git
- Build the project files.
make
- Run the executable.
./nsh.exe
The shell currently supports the following functions:
help - Usage: 'help' - displays information about the shell.
cd - Usage: 'cd [args]' - changes the present working directory to the path specified by args.
exit - Usage: 'exit' - exits the shell.