项目作者: asaad02

项目描述 :
UNIX shell program
高级语言: C
项目地址: git://github.com/asaad02/Shell-Cis-3110.git
创建时间: 2021-01-19T18:25:30Z
项目社区:https://github.com/asaad02/Shell-Cis-3110

开源协议:

下载


Custom Shell in C

Description

This custom Unix shell interface, implemented in C, is a simplified version of traditional Unix shells. It serves as an educational tool to illustrate low-level programming concepts and shell functionalities.

Features

  • Execute system commands.
  • Manage environment variables.
  • Process control and signal management.

Installation

To run this custom shell on your system, follow these steps:

```bash

Clone the repository

git clone https://github.com/asaad02/Shell_C.git

Navigate to the repository

cd Shell_C

Compile the program

make all