1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 13:55:49 +02:00

caffeinate: add -m example (#9187)

This commit is contained in:
NikhilSS 2022-10-21 09:49:50 +05:30 committed by GitHub
parent fe21590f57
commit 97b652fa61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,10 @@
`caffeinate -s "{{command}}"`
- Prevent from sleeping until you type Ctrl-C:
- Prevent from sleeping (use `Ctrl + C` to exit):
`caffeinate -i`
- Prevent disk from sleeping (use `Ctrl + C` to exit):
`caffeinate -m`