Skip to content

Instantly share code, notes, and snippets.

@hboon
Created July 24, 2016 08:05
Show Gist options
  • Save hboon/ee1d667bae27f9be26c23645b323fd53 to your computer and use it in GitHub Desktop.
Save hboon/ee1d667bae27f9be26c23645b323fd53 to your computer and use it in GitHub Desktop.
Reset iMessage badge when it's stuck at 1
#!/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