VatsalP / minish

UNIX shell made in C with pipe and io redirection support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A shell program with support for basic io redirection and pipe support.

Run make or cmake to compile the program
$ make

It will create a program with name minish

run it using
$ ./minish

About

UNIX shell made in C with pipe and io redirection support


Languages

Language:C 98.3%Language:CMake 1.2%Language:Makefile 0.5%