mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 14:56:33 +00:00
7 lines
275 B
Plaintext
7 lines
275 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
defaults -currentHost write ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturb -bool true
|
||
|
defaults -currentHost write ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturbDate -date "$(date)"
|
||
|
|
||
|
killall NotificationCenter
|