Created
March 3, 2015 17:22
-
-
Save sfrechette/87b015b6a5cb90fc0e7e to your computer and use it in GitHub Desktop.
For installing Microsoft Office for Mac updates - Kill SyncServices
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
while true; do kill $(ps -ef | grep -i SyncServices | grep -v grep | awk '{print $2} '); done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment