antonmdv / SimpleShell

Simple shell interface program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleShell

Building using make, just type:

make

To build using the compilation line:

gcc main.c -o simpleshell

To run:

./simpleshell

About

Simple shell interface program


Languages

Language:C 93.5%Language:Makefile 6.5%