$ some_command & $ wait; another_command & $ wait; yet_another_command & $ ...
* Use a background screen or byobu session. Advantage is that you can attach to it and monitor running tasks.
* bq is a bash script that lets you run a worker process and submit commands to be run in sequence. Nice because it's just a shell script.
* Use a background screen or byobu session. Advantage is that you can attach to it and monitor running tasks.
* bq is a bash script that lets you run a worker process and submit commands to be run in sequence. Nice because it's just a shell script.