Skip to content

Samuel-K95/simple_shell

Repository files navigation

Simple Shell

Description

The Simple Shell is a basic UNIX shell implementation written in C, created as part of the ALX Sprint 1 project. This shell allows users to execute commands, including built-in commands and external programs, similar to other command-line interpreters like Bash.

Features

  • Command execution (e.g., ls, pwd, etc.)
  • Built-in commands (e.g., exit)
  • Support for command arguments
  • Basic error handling

Usage

  1. Clone the repository

    git clone https://github.com/Samuel-K95/simple_shell.git
  2. Compile the shell

    gcc *.c -o hsh
  3. Run the shell

    ./hsh

Authors

  • Samuel Keno
  • Fahmi Dinsefa

About

simple shell project for alx sprint 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages