Releases: mathusanm6/Job-Control-Shell-Emulator
Releases · mathusanm6/Job-Control-Shell-Emulator
Milestone 2
- Execution of simple external commands in the background with & (without the ability to switch to the foreground, and only for commands that do not seek to read or write on the terminal)
- Proper functioning of jobs (without options), kill, and exit
- Adaptation of the prompt according to the number of ongoing jobs
- Redirections other than | and <( )
Milestone 1
- Existence of the git repository
- Presence of the
AUTHORS.mdfile - Compilation without errors using
makeat 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)