A simple shell supporting background tasks.
This shell uses a linked list needed for the jobs
command developed by FAU´s i4.
It´s a shell. If you´ve come to comipiling this, I´m expecting you to know how to use one.
- Append
&
to any command to have it run in the background. Check background tasks usingjobs
. cd
supports relative paths.