Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 221 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 221 Bytes

nush

Unix shell similar to bash, implemented in C.

To use, cd into the repository and:

  1. make
  2. ./nush
  3. use any commands found in bash!

Alternatively, pass in a script file as a command line argument to ./nush