The MSH Project aims to understand the usage of pipes, redirections and more in C programming language.
Clone the repository using the command:
git clone [email protected]:jmartinpizarro/msh.git
After that, you will be able to work with the raw code. It is not necessary to compile it using the usual commands. However, you will need to write the following command in your terminal:
make
After that, a new file msh will be added to your directory. For executing it, you will need to write this command in your terminal:
./msh
- For running the tests, you will to grant special permission. For doing so, execute the following command on your machine:
chmod +x checker_os_p2.sh
- After doing so, you will be able to execute the file checker_os_p2.sh.
- Create authors.txt file with the following notation: 100XXXXXX, Surname, Name. , where X is a number that exist in the interval [0, 9]
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.