kikoseijo / minishell

A 42Malaga Cursus team project. Build a program in C that behaves as a linux/Mac shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minishell

This project is about creating a simple shell. For the 42 Malaga School Cursus, as a team exercise. In this project we learn a lot about processes and file descriptors.

Requirements

Any linux based distro like a Mac computer or Linux system.

Compile & Run

$ make
$ ./minishell

Norminette

Convenient check using the Norminette to check for norm errors using the Makefile by running:

$ make norme

Tests

The program has been tested against following tests:

References

## Contributors

## Public Repo

  • Github Repository

About

A 42Malaga Cursus team project. Build a program in C that behaves as a linux/Mac shell.


Languages

Language:C 95.3%Language:Makefile 4.7%