Queue and run tasks sequentially in the background
Batch system to run tasks one after another
ts
$ ts echo 'Hello World'
$ ts -l
$ ts ./backup.sh && ts ./deploy.sh && ts ./cleanup.sh