You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
215 B
Plaintext

# caffeinate
# Prevent a system from sleeping (Mac OS X)
# Prevent mac from sleeping for 1 hour (3600 seconds):
caffeinate -u -t 3600
# Prevent mac from sleeping until a command completes:
caffeinate -s command