Hossin-Azmoud / simple_shell

a simple UNIX command interpreter in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a simple UNIX command interpreter in C

License:MIT License


Languages

Language:C 84.6%Language:Python 15.4%