I would like to be able to start a process, and prevent the system from going to sleep until the process exits. ``` $ caffeinated [command...] ``` Incidentially, that would also provide an easy way to set a timeout, using e.g. ``` $ caffeinated sleep 1h ```
I would like to be able to start a process, and prevent the system from going to sleep until the process exits.
Incidentially, that would also provide an easy way to set a timeout, using e.g.