Skip to content

Instantly share code, notes, and snippets.

@tonygonzalez811
Forked from drblue/fix_onedrive.sh
Created January 9, 2018 23:22
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 tonygonzalez811/2b38f5d75097bda2418ac15cf4ef2697 to your computer and use it in GitHub Desktop.
Save tonygonzalez811/2b38f5d75097bda2418ac15cf4ef2697 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