Skip to content

A small program that can execute commands like in the bash shell.

License

Notifications You must be signed in to change notification settings

nschumac/42cursus04-Exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42cursus04-Exam

Description:

The aim of the exam was to create a programm that could handle and run bash pipes / commands. For example: ./microshell /bin/cat sources/microshell.c "|" /usr/bin/grep void "|" /usr/bin/awk '{print $1}' ";" /bin/echo hello

Usage:

MacOs Linux only

  • git clone https://github.com/nschumac/42cursus04-Exam.git
  • run make in cloned repository
  • now execute microshell as in the example above (for the commands use direct paths)

Subject:

microshell subject

Result:

  • Status: Completed
  • Result: 100%

Contact:

About

A small program that can execute commands like in the bash shell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published