Skip to content
  • Michael Aaron Murphy's avatar
    Implement disown & suspend Builtins · 2d78a037
    Michael Aaron Murphy authored
    - The `SIGHUP` command is now being handled.
    - The `disown` builtin can specify which jobs should ignore `SIGHUP`.
    - The `disown` command will also prevent jobs from being terminated
      when the shell exits.
    - The `suspend` command will send a `SIGSTOP` to the shell to stop it.
    2d78a037
To learn more about this project, read the wiki.