Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Microshell

My own microshell done without internet access while training for exam

Usage

cc -Wall -Wextra -Werror microshell.c -o microshell

Then you can run the microshell with the following command

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

The goal of the exercise is that it should behave like

ls | grep microshell ; echo i love my microshell

Description

You can look at the subject for all the details

About

My own microshell done without internet access while training for exam

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages