happy531 / linux-shell

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code works only on linux

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

About

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


Languages

Language:C 100.0%