Skip to content

Milestone 2

Latest
Compare
Choose a tag to compare
@mathusanm6 mathusanm6 released this 22 Dec 08:02
· 14 commits to master since this release
  1. 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)
  2. Proper functioning of jobs (without options), kill, and exit
  3. Adaptation of the prompt according to the number of ongoing jobs
  4. Redirections other than | and <( )