mlr0p / Simple-Shell

A simple shell program written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple-Shell

A simple shell command line tool written in C. It supports command redirection and a few built-in commands such as cd, exit and quit.

To Compile

gcc -g -Wall shell.c -o shell

Usage

./shell

About

A simple shell program written in C.


Languages

Language:C 100.0%