Skip to content

ocxpke/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

Minishell 42 project done by The Happy Hour Guys

Estructura del Proyecto

minishell/
├── include/          # Headers del proyecto
├── lib/              # Librerías externas (libft)
├── src/              # Código fuente principal
├── tests/            # Tests y utilidades de testing
└── README.md         # Este archivo

Testing

Los archivos de test están organizados en el directorio tests/. Para más información sobre cómo ejecutar los tests, consulta tests/README.md.

cd tests/
./run_tests.sh help

About

Minishell 42 project done by The Happy Hour Guys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors