moore3071 / myshell

Making a basic shell in order to practice some C
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

myshell

Making a basic shell in order to practice some C. A big influence/source of info was stephen-brennan.com/2015/01/16/write-a-shell-in-c/

Compiling

NOTE: Only tested on GCC Run

gcc shell.c