diff --git a/bonus/doc/about.html b/bonus/doc/about.html new file mode 100644 index 0000000..75f9052 --- /dev/null +++ b/bonus/doc/about.html @@ -0,0 +1,90 @@ + + +
+ + +The 42sh is an Epitect project.
+The purpose of this project was to re-create the tcsh.
+Compsed of team of 4 students.
+The 42sh is a tcsh like shell, most of the tcsh's functionalities are present.
-$> make
-$> sudo mv mysh /bin
-$> mysh
-There are five builtins :
-They all have their own man.
-To access the history use the command "hst".
-The "hst" takes one parameter, it defines which command you want to execute.
-"$> hst 1" will execute the last command in the history.
-