Created
December 15, 2012 18:27
-
-
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`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* * * * * 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