mirror of
https://github.com/PurpleComputing/mdmscripts.git
synced 2026-02-11 09:34:27 +00:00
3 lines
187 B
Bash
3 lines
187 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"' |