Skip to content

Instantly share code, notes, and snippets.

@nandff
Created October 19, 2017 08:06
Show Gist options
  • Save nandff/595198b314e1ed7d407ff54fc2f45481 to your computer and use it in GitHub Desktop.
Save nandff/595198b314e1ed7d407ff54fc2f45481 to your computer and use it in GitHub Desktop.
macos: zsh script template: prevent idle sleep
#!/bin/zsh
{
! (( W_CAFFEINATE )) && [[ -x =caffeinate ]] && W_CAFFEINATE=1 exec caffeinate -u -d $0 $*
# main code here
exit $?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment