-
-
Save tonygonzalez811/2b38f5d75097bda2418ac15cf4ef2697 to your computer and use it in GitHub Desktop.
Fix OneDrive for Mac CPU usage
This file contains 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
#!/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