Skip to content

Repository files navigation

** CODING MY - SIMPLE SHELL**

Simple Shell Project

A simple shell implementation in C programming language.

Introduction

This project provides a basic shell interface that allows users to interact with the operating system through commands and input/output operations. It supports basic functionalities like executing commands, handling input/output redirection, and piping between commands.

Building and Running

To build the simple shell project, you will need to have the following prerequisites:

  • A C compiler
  • A POSIX-compliant operating system (e.g., Linux, macOS, Unix)

Once you have the prerequisites, follow these steps to build the project:

  1. Clone or download the project repository.
  2. Navigate to the project directory.
  3. Run the following command to build the project:

gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hs

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages