/basic-shell

A basic shell written in C

Primary LanguageC

A basic shell created in C.

To start the shell you need to run this command in your terminal :

gcc shell.c -o shell && ./shell