Shell in C

06/12/2022

# Project # Shell # C

This is a shell project for fun, so please, don't use it for works or anything else.

After seeing that this project was used in many big schools (Epitech, 42), I decided to try to take up the challenge, using as few dependencies as possible, and to have a rather light program.

Features

  1. The ls command with only the -a parameter.
  2. The clear command.
  3. The pwd command.
  4. The exit command.

Currently, you can add commands dynamically.

Example

Shell example Image result