NuSH (or) Null Shell is a custom shell like bash, sh, zsh etc for UNIX based and UNIX like Operating Systems.
Runs on UNIX based Operating Systems like FreeBSD, MacOS etc and also runs on UNIX like Operating Systems such as GNU/Linux.
- gcc 10.2.0
- GNU Make 4.3 x86_64
- Pop OS 20.10
- To compile and create the binary
make compile
- After compiling, to run the application
./nush
- To clean the binary file after running (Optional)
make clean