Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 329 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 329 Bytes

✅ 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