/nush

Unix Shell in C

Primary LanguageC

nush - A Unix shell in C

How to run:

  1. Clone this repository
  2. Enter directory of the repository
  3. Run 'make'
  4. Use as a unix shell by running commands like so: './nush (arg1) (arg2) ...
  5. Or, enter the shell environment by typing './nush' and entering commands afterwards