Skip to content

HoudaAbdellaoui1/simple_shell

Repository files navigation

Simple Shell Project

Contributors

Description

This is a Simple Shell project created as part of AlX software engineering program. The purpose of this project is to implement a basic command-line interpreter that mimics some functionalities of a shell, such as Bash.

Project Features

  • Handles basic command execution.
  • Recognizes and executes built-in commands like cd and exit.
  • Supports external commands using the exec family of functions.
  • Provides a simple command-line interface for user interaction.

Usage

To compile and run the Simple Shell:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages