Minishell 42 project done by The Happy Hour Guys
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
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