mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-28 16:32:26 +00:00
3 lines
221 B
Bash
3 lines
221 B
Bash
bash -c 'osascript -e "tell application \"DEPNotify\"" -e "activate" -e "end tell"'
|
|
#loggedInUserID=$(id -u $loggedInUser)
|
|
#launchctl asuser $loggedInUserID open -a /Applications/Utilities/DEPNotify.app --args -fullScreen |