Skip to content

Instantly share code, notes, and snippets.

@hrldcpr
Created December 15, 2012 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrldcpr/4297860 to your computer and use it in GitHub Desktop.
Save hrldcpr/4297860 to your computer and use it in GitHub Desktop.
crontab to make Evernote for Mac sync every minute. to edit your crontab, open Terminal and run `EDITOR=nano crontab -e`
* * * * * osascript -e 'if application "Evernote" is running then tell application "Evernote" to synchronize'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment