jojomo96 / minishell

This project is about creating a simple shell.
2 stars 1 forks source link
42 42heilbronn minishell

minishell

Score: 125/100
Finished: 27.05.2024
Team: @jojomo96 & @flomero

minishell

As beautiful as a shell

Summary:

This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

Usage

$ make
$ ./minishell

shell screenshot

Features

Debug

Example of AST Visulization

(echo ok1 && echo ok2) || cd /fail3 && echo ok4 || echo ok5 || echo ok6 | grep ok1 >> out

Ast Visualization