/linux-shell

Simple linux shell implementation in C for my CS Operating System classes

Primary LanguageC

This code works only on linux

Compile code in terminal by: gcc shell.c -o shell -lreadline -lncurses