Skip to content

Instantly share code, notes, and snippets.

@halink0803
Forked from drblue/fix_onedrive.sh
Created November 1, 2018 03:33
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 halink0803/c7a327d37a7126f48dca4ba1a994abbe to your computer and use it in GitHub Desktop.
Save halink0803/c7a327d37a7126f48dca4ba1a994abbe to your computer and use it in GitHub Desktop.
Fix OneDrive for Mac CPU usage
#!/bin/bash
find ~/Library/Group\ Containers/ -type d -name OfficeFileCache -exec rm -r {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment