Hey everyone!
The next extension for the Shell challenge is now live: Background Jobs.
Background jobs allow your shell to run commands without blocking the shell, so you can keep working while tasks run in the background.
Once you complete this extension, your shell will support behaviors like:
make build &
echo "Working on something else while build runs..."
jobs
Here’s the stage breakdown:
Please give this a try and let us know how it can be improved! @UdeshyaDhungana (author of this extension) and I will be available here to help out with any tester or instruction-related issues.

