/simple_shell

a simple UNIX command interpreter in C

Primary LanguageCMIT LicenseMIT

simple shell

A simple UNIX command interpreter in C.

Quick start and instructions

To Compile

    $ ./make_.py build

To run

    $ ./make_.py run

To look for something in the code base!

    $ ./loc.py "something"

To debug using valgrind

    $ ./make_.py debug

To run the shell by piping an input file!

    $ ./make_.py pipe input_file_name

Note: input_file_name needs to exist and contain a command in each line.