himanshi18037 / Shell_Implemtation

The objective is to implement a basic shell, which given an external command executes it by invoking its binary. The command can have pipes, IO, etc. The commands can be nested as well. The code is implemented in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The objective is to implement a basic shell, which given an external command executes it by invoking its binary. The command can have pipes, IO, etc. The commands can be nested as well. The code is implemented in C.


Languages

Language:C 100.0%