Skip to content
Snippets Groups Projects
README.md 366 B
Newer Older
Sébastien Gendre's avatar
Sébastien Gendre committed
TP 1: Shell Unix
================


Le but de ce TP est de créer un Shell Unix, selon l'énoncé présent
dans le dossier `doc/`.
Sébastien Gendre's avatar
Sébastien Gendre committed
cd src
Sébastien Gendre's avatar
Sébastien Gendre committed
cd src
gshell
Sébastien Gendre's avatar
Sébastien Gendre committed
* Ajouter un makefile à la racine, à la place de celui dans `src`
Sébastien Gendre's avatar
Sébastien Gendre committed
* Implemente `rls` builtin
Sébastien Gendre's avatar
Sébastien Gendre committed
* Better free of arguments after an argv resize in jobs.c