RyuzakiH / Shell

A simple linux shell in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell

A simple shell in C

Usage

Compile using

gcc -g -Wall -I . Shell.c String.c Command.c Pipe.c Array.c Console.c Process.c File.c -o Shell

To run test script

./Shell < shell-input

About

A simple linux shell in C


Languages

Language:C 100.0%