From 1cefbd4f889e1a8e5e434277ab0883b756814876 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 4 Jun 2017 20:46:53 +0000 Subject: [PATCH] caffeinate --- sheets/caffeinate | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/sheets/caffeinate b/sheets/caffeinate index 516b892..d20a55f 100644 --- a/sheets/caffeinate +++ b/sheets/caffeinate @@ -1,12 +1,10 @@ +# caffeinate +# Prevent a system from sleeping (Mac OS X) - caffeinate +# Prevent mac from sleeping for 1 hour (3600 seconds): +caffeinate -u -t 3600 - Prevent a system from sleeping. - - - Prevent mac from sleeping for 1 hour (3600 seconds): - caffeinate -u -t 3600 - - - Prevent mac from sleeping until a command completes: - caffeinate -s command +# Prevent mac from sleeping until a command completes: +caffeinate -s command