Skip to content

jmartinpizarro/msh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSH on Linux Environment

The MSH Project aims to understand the usage of pipes, redirections and more in C programming language.

Installation and usage

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

Running the tests

  1. 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
  1. After doing so, you will be able to execute the file checker_os_p2.sh.
  2. Create authors.txt file with the following notation: 100XXXXXX, Surname, Name. , where X is a number that exist in the interval [0, 9]

Contribute to MSH

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.

About

Minishell made in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published