Skip to content

Latest commit

 

History

242 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

This 42 group project is about creating a simple shell, just like bash. Thanks to Minishell, we were able to travel through time and come back to problems people faced when Windows didn't exist.

Coded in C with edrouot @42Berlin

minishell1

Usage

Warning: Makefile is configured for Linux use only.

  • Compile with make
  • Run with ./minishell
  • Try out any command you would use in bash
  • Close with ctrl + d or the exit command

Restrictions

This project is written in C and 42 norm compliant:

  • All variables have to be declared and aligned at the top of each function
  • One function cannot have more than 25 lines
  • One file cannot have more than 5 functions
  • It is considering cheating to use functions that are forbidden in the subject

Main resources

About

Creating a simple shell

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages