Skip to content

rbiodies/Exam_Rank-04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✅ 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