The idea behind this project is to create a simple version of the tcsh shell.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To test this project you will need to clone the following repository, Also, your need to have a Linux OS.
ex: git clone ...
make; make clean
./mysh
ex: (づ。◕ ‿‿ ◕) >
If you want to test the project, execute it like :
./mysh
you can also test simple command by doing so :
echo ls | ./mysh
These test, are testing the system function, the built-in function and the program you may create.
Laurent Coloma & Antoine Caulet
Look at the Licence file
- All help, tips are welcome.