mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 12:26:30 +00:00
7 lines
261 B
Bash
Executable File
7 lines
261 B
Bash
Executable File
#! /bin/bash
|
|
|
|
defaults -currentHost write ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturb -bool false
|
|
defaults -currentHost delete ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturbDate
|
|
|
|
killall NotificationCenter
|