More Foreground Job Control Improvements
- Linux no longer requires the errno crate as a dependency
- The foreground field has been removed from the shell now that it is no longer needed
- Fork + exec no longer performs allocations within child of the fork
- Added a script execution test
I'll be working on background job control next.