rbiodies / Exam_Rank-04

:microscope: Microshell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✅ Exam_Rank-04

The aim of the project to write a program that will behave like executing a shell command.

Compilation

make

Usage

./microshell /bin/ls "|" /usr/bin/grep microshell ";" /bin/echo i love my microshell

Output

microshell
microshell.c
microshell.h
microshell.o
i love my microshell

About

:microscope: Microshell


Languages

Language:C 94.6%Language:Makefile 5.4%