mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-03 14:13:27 +00:00
4 lines
192 B
Bash
4 lines
192 B
Bash
# sed -i -e 's/Quit/Q*uit/' /var/tmp/depnotify.log
|
|
# sed -i -e 's/Restart/R*estart/' /var/tmp/depnotify.log
|
|
bash -c 'osascript -e "tell application \"DEPNotify\"" -e "activate" -e "end tell"'
|