Skip to content

Instantly share code, notes, and snippets.

@peterbraden
Created January 4, 2013 19:11
Show Gist options
  • Save peterbraden/4455096 to your computer and use it in GitHub Desktop.
Save peterbraden/4455096 to your computer and use it in GitHub Desktop.
Fix Google Drive's Crappy App with this Crontab
0 * * * * ps aux | grep "Google Drive" | grep -v grep | awk '{ print $2 }' | xargs kill -9 && open /Applications/Google\ Drive.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment