Milestone 1
- Existence of the git repository
- Presence of the
AUTHORS.md
file - Compilation without errors using
make
at the root of the repository - Execution of jsh at the root of the repository
- Execution of simple external commands in the foreground (with arguments but without redirection or the ability to switch to background)
- Proper functioning of
cd
,pwd
,?
,exit
(in the absence of jobs) - Compliance of the prompt (in the absence of jobs)