Skip to content

Instantly share code, notes, and snippets.

@tuxracer
Last active December 19, 2015 16:59
Show Gist options
  • Save tuxracer/5987483 to your computer and use it in GitHub Desktop.
Save tuxracer/5987483 to your computer and use it in GitHub Desktop.
restart google drive - workaround 'unable to sync' errors
for (( ; ; )) do open /Applications/Google\ Drive.app;sleep 30;killall 'Google Drive'; sleep 5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment