Home

Awesome

Simple Shell

A re-creation of a UNIX shell using C.

NOTE: Add a picture here!

Examples

Please follow Download and Run Instructions below for initial setup. When inside the shell, you can:

Run an executable:

$ /bin/ls

Run an executable found in the $PATH environment variable:

$ ls

Run a shell built-in:

$ printenv

To find all built-ins, run the manual:

$ man ./man_1_simple_shell

Download and Run Instructions

Clone Repo:

$ git clone https://github.com/guptaNswati/simple_shell.git

Compile:

$ gcc -Wall -Werror -Wextra -pedantic *.c ./tests/prompt-main.c -o simple_shell

Run the Executable:

$ ./simple_shell

Requirements for this project

File Descriptions

Team

Swati Gupta - Github || Twitter

Philip Yoo - Github || Twitter