mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 14:36:32 +00:00
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
|
#! /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
|