Given a commodity PC, we would like to use it to execute some tasks in the background round the clock.
Basically, we would like to have commands like:
add-task *insert command here* list-tasks remove-task(s) The added tasks should simply be put in a queue and executed one after another in the background (keeping running after logout of the shell).
Is there any simple script/program that does this?