OmarRamadan1 / Simple-shell

is project involves building a simple Unix shell program in C that allows users to execute commands and manage background processes. Key functionalities: Supports built-in commands like "exit", "cd", and "echo". Executes external commands with or without arguments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

is project involves building a simple Unix shell program in C that allows users to execute commands and manage background processes. Key functionalities: Supports built-in commands like "exit", "cd", and "echo". Executes external commands with or without arguments.