/simple_shell

A collaboration project of two teams by Goodness Umahi-Godswill and Peter Ominyi

Primary LanguageC

Simple Shell

Simple Shell is a minimalistic Unix shell designed to provide basic command-line functionality. It is a simplified version of a Unix shell, created for educational purposes and as a starting point for learning about shell programming.

Features

  • Basic command execution.
  • Simple built-in commands (e.g., cd, exit, help).
  • Command history with the ability to recall previous commands.
  • Customizable prompt.

This project is done by Goodness Umahi-Godswill and Peter Ominyi.