Init commit

added auteur file + README.org with todo list
This commit is contained in:
Tanguy MAZE 2018-10-27 18:13:24 +02:00
commit 26356d37fe
2 changed files with 29 additions and 0 deletions

28
README.org Normal file
View File

@ -0,0 +1,28 @@
# **************************************************************************** #
# #
# ::: :::::::: #
# README.org :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2018/10/26 13:33:24 by tmaze #+# #+# #
# Updated: 2018/10/27 18:13:02 by tmaze ### ########.fr #
# #
# **************************************************************************** #
* Minishell
Minishell project from Ecole 42
* Todo list
** TODO etudier les differents man du sujet
+ access
+ open, close, read, write
+ getcwd, chdir
+ stat, lstat, fstat
+ fork, execve
+ wait, waitpid, wait3, wait4
+ signal, kill
+ exit
+ environ
+ builtin

1
auteur Normal file
View File

@ -0,0 +1 @@
tmaze