Created
November 13, 2020 20:13
-
-
Save StuffbyYuki/54eb81a06f09b4354cc368379fac20bb to your computer and use it in GitHub Desktop.
Linux: Prevent your laptop from sleeping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Waits for the process with the specified pid to exit. Once the the process exits, the assertion is also released. | |
| # man caffeinate | |
| caffeinate -w your_pid & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment