Created
July 24, 2016 08:05
-
-
Save hboon/ee1d667bae27f9be26c23645b323fd53 to your computer and use it in GitHub Desktop.
Reset iMessage badge when it's stuck at 1
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 | |
killall Messages | |
killall Dock | |
open -a Messages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment