Simple Shell Project

Description

This project is a simple UNIX command interpreter written in C. The shell works like a typical command line interface, receiving commands from the user and executing them.

Getting Started

Dependencies

  • GCC compiler, preferably version 11.3.0 or later.
  • CMake, preferably version 3.10 or later.

Installing and Running the Project

  1. Clone the repository to your local machine:

    git clone https://github.com/sumatoken/simple_shell.git
  2. Navigate to the project directory:

    cd simple_shell
  3. Create a new directory for the build files:

    mkdir build && cd build
  4. Run CMake to generate the build files:

    cmake ..
  5. Run make to build the project:

    make
  6. Run the shell:

    ./shell

Authors

*Mohammed Bermime