/nush-shell

simple UNIX shell written in C

Primary LanguageC

nush-shell

Simple UNIX shell written in C. Challenge assignment for CS 3650 Computer Systems.

Currently supports

  • Interactive commands
  • Bash script as input
  • Operators |, &&, ||, &, ;, >, <

🤗