mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-28 16:32:26 +00:00
4 lines
246 B
Bash
4 lines
246 B
Bash
#bash -c 'osascript -e "tell application \"DEPNotify\"" -e "activate" -e "end tell"'
|
|
sudo -u $(stat -f "%Su" /dev/console) /bin/sh <<'END'
|
|
currentUser=$(id -un)
|
|
sudo -u $currentUser open -a /Applications/Utilities/DEPNotify.app --args -fullScreen |