Skip to content

Instantly share code, notes, and snippets.

@wilwade
Last active April 24, 2017 12:53
Show Gist options
  • Save wilwade/dd1913bcd5868dff75d045d14aedf92e to your computer and use it in GitHub Desktop.
Save wilwade/dd1913bcd5868dff75d045d14aedf92e to your computer and use it in GitHub Desktop.
Fix Everything in one bash command for macOS
#!/bin/bash
##
# A Collection of different fixes. I keep it at ~/bin/fix or have it in
# my path so I can just fix whatever is wrong with macOS in one command
##
## Fix the Camera "Camera is not available" "Camera is in use" Bug
sudo killall VDCAssistant
## Fix the Control Strip when it is missing buttons
killall ControlStrip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment