Skip to content

Hossin-Azmoud/simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published